Commit bd9a00e
committed
Fix freeze on Mojave when going full screen window
* 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 #631 parent 5183e53 commit bd9a00e
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
| 205 | + | |
205 | 206 | | |
206 | 207 | | |
207 | 208 | | |
208 | | - | |
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
213 | | - | |
| 213 | + | |
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
| 218 | + | |
218 | 219 | | |
219 | 220 | | |
220 | 221 | | |
| |||
0 commit comments