Blender Git Commit Log
Git Commits -> Revision c4b9e2d
Revision c4b9e2d by Yevgeny Makarov (blender-v2.83-release, tmp-2.83-cycles-rtx3-kernels) September 2, 2020, 12:58 (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: c4b9e2da8c3c12e69b9a7eab8d9f8a12e65dccaa
Parent Commit: 521ae3d
Lines Changed: +1, -1
1 Modified Path:
/intern/ghost/intern/GHOST_WindowCocoa.mm (+1, -1) (Diff)