Blender Git Commit Log
Git Commits -> Revision 0330d1a
Revision 0330d1a by Yevgeny Makarov (blender-v2.90-release) August 31, 2020, 11:26 (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: 0330d1af29c067cf309e4798f5259e01a8c3c668
Parent Commit: cb0b041
Committed By: Julian Eisel
Lines Changed: +1, -1
1 Modified Path:
/intern/ghost/intern/GHOST_WindowCocoa.mm (+1, -1) (Diff)