Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/1105 #1138

Merged
merged 3 commits into from Jun 28, 2020
Merged

Fix/1105 #1138

merged 3 commits into from Jun 28, 2020

Commits on Jun 26, 2020

  1. Fix certain issues with Resize and FixedSize windows

    This is pretty much Linux specific due to the order of
    resize operations and scale detection.
    
    Fixes fyne-io#1105
    andydotxyz committed Jun 26, 2020
    Copy the full SHA
    6ec6e38 View commit details
    Browse the repository at this point in the history
  2. Only use textureScale on macOS

    This is darwin specific and some linux systems were triggering
    it by mistake.
    
    May fix fyne-io#1103
    andydotxyz committed Jun 26, 2020
    Copy the full SHA
    4c70c2d View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2020

  1. Copy the full SHA
    57a6c1b View commit details
    Browse the repository at this point in the history