Blender Git Loki
Git Commits -> Revision 2ef5fab
Revision 2ef5fab by Yevgeny Makarov (master) August 26, 2020, 14:27 (GMT) |
Fix T77900: File Browser in macOS fullscreen crashes When Blender is started in fullscreen mode from the command line, or if the fullscreen state is saved in the startup file, all temporary windows will also open in fullscreen mode. When closing the fullscreen File Browser, Blender would either crash or parent window becomes black. This does not happen if the Blender switches to full screen manually. `NSWindowCollectionBehaviorFullScreenPrimary` should be set for windows that can enter full-screen mode. Otherwise macOS will turn the wrong window into full-screen. Similar fix: rB4b39de677d20 Differential Revision: https://developer.blender.org/D8708 Reviewed by: Julian Eisel |
Commit Details:
Full Hash: 2ef5fabec9ac8f03c3da3fb201164a4fa4a9220d
Parent Commit: 239b0ba
Committed By: Julian Eisel
Lines Changed: +1, -1
1 Modified Path:
/intern/ghost/intern/GHOST_WindowCocoa.mm (+1, -1) (Diff)