Blender Git Loki
Git Commits -> Revision 4b39de6
Revision 4b39de6 by Julian Eisel (master) June 10, 2020, 16:40 (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: 4b39de677d206afb99360665207498bb74c90893
Parent Commit: 84d4447
Lines Changed: +5, -5
1 Modified Path:
/intern/ghost/intern/GHOST_WindowCocoa.mm (+5, -5) (Diff)