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 'flicker' during window presentation caused by early-out criteria. #6

Merged
merged 1 commit into from Apr 29, 2015
Merged

Fix 'flicker' during window presentation caused by early-out criteria. #6

merged 1 commit into from Apr 29, 2015

Conversation

jpetrie
Copy link
Contributor

@jpetrie jpetrie commented Apr 28, 2015

Related discussion can be found on PR #5, which caused this bug as a result of trying to fix a different bug.

The intent here is to avoid the too-early resize event generated from having setFrameTopLeft move a window between screens, but to keep subsequent events that correctly resize the MacVim frame by the time the window animates.

@ldong
Copy link

ldong commented Apr 28, 2015

@jpetrie Thank you

douglasdrumond added a commit that referenced this pull request Apr 29, 2015
Fix 'flicker' during window presentation caused by early-out criteria.
@douglasdrumond douglasdrumond merged commit ca03594 into macvim-dev:master Apr 29, 2015
@douglasdrumond
Copy link
Member

@jpetrie Thank you

chdiza referenced this pull request Aug 23, 2015
Regression of "Early-out of resize handling if the window has not been presented yet…"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants