Blender Git Commit Log
Git Commits -> Revision 690359e
Revision 690359e by Brecht Van Lommel (master) December 5, 2012, 06:30 (GMT) |
Fix crash opening some .blend files on OS X 10.8 with double click or drag and drop onto the application. It seems something changed in the operating which makes our method of releasing windows crash. Previously we called [m_window release], but on 10.8 this does not remove the window from [NSApp orderedWindows] and perhaps other places, leading to crashes. So instead we set setReleasedWhenClosed back to YES right before closing, which will then do the cleanup for us. |
Commit Details:
Full Hash: 690359eb8d91b34405f3188632d891fc29fe5164
SVN Revision: 52781
Parent Commit: 57d7c1f
Lines Changed: +5, -2
1 Modified Path:
/intern/ghost/intern/GHOST_WindowCocoa.mm (+5, -2) (Diff)