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 resize flicker, at last :) #1150

Merged
merged 5 commits into from Jun 30, 2020
Merged

Commits on Jun 30, 2020

  1. Fix flicker, tear and other artefacts on resize

    This does add a little lag, especially on complex screens, but that is the tradeoff.
    Resizing GL canvases is slow so unfortunately.
    
    Fixes fyne-io#1114, fyne-io#1122, fyne-io#1140
    andydotxyz committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    2e97364 View commit details
    Browse the repository at this point in the history
  2. Fix warnings

    andydotxyz committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    0e051b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d49d88 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8f5ebcd View commit details
    Browse the repository at this point in the history
  5. Missed another comment

    andydotxyz committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    f7e1114 View commit details
    Browse the repository at this point in the history