Blender Git Loki
Git Commits -> Revision 60bf482
June 18, 2020, 07:27 (GMT) |
Fix T74101: File Browser in macOS fullscreen crashes or makes windows unusable When closing the File Browser window after making it fullscreen, Blender would either crash or all windows would disappear, with no obvious way to bring them back. The "fix" is to not allow fullscreen for File Browsers (or any future "dialog" windows), but only maximizing. From what I can tell that's how secondary windows are supposed to work on macOS. What we previously did seemed like something macOS doesn't handle cleanly, and I didn't find a simple way to do so on our side. |
Commit Details:
Full Hash: 60bf482dba721e3878770e6abefa3b35acca0021
Parent Commit: ce11640
Lines Changed: +5, -5
1 Modified Path:
/intern/ghost/intern/GHOST_WindowCocoa.mm (+5, -5) (Diff)