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 freeze on Mojave when going full screen window #79

Merged
merged 1 commit into from
Sep 23, 2020

Conversation

barijaona
Copy link
Collaborator

  • Use approach tested by @hankinsoft, which is very similar to the one
    alread present in -frameDidChange:
  • as recommended by Apple's documentation :
    • call super's viewWillStartLiveResize / viewDidEndLiveResize
    • we only need to set needsDisplay property to true at end of
      viewDidEndLiveResize (which is done by calling [self update:NO])

Issue #63

* Use approach tested by @hankinsoft, which is very similar to the one
  alread present in -frameDidChange:
* as recommended by Apple's documentation :
   - call super's viewWillStartLiveResize / viewDidEndLiveResize
   - we only need to set needsDisplay property to true at end of
     viewDidEndLiveResize (which is done by calling [self update:NO])

Issue MiMo42#63
@MiMo42 MiMo42 merged commit eab1a55 into MiMo42:master Sep 23, 2020
@barijaona barijaona deleted the issue63 branch September 27, 2020 14:27
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.

2 participants