Blender Git Loki

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)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021