Blender Git Commit Log
Git Commits -> Revision 4d156ec
Revision 4d156ec by Ton Roosendaal (master) October 25, 2003, 13:25 (GMT) |
- found the bad line in Ghost that preventing closing windows. I've mailed Maarten to verify it, this commit is for test at other OSX platforms. - this was the baddie: setDrawingContextType(GHOST_kDrawingContextTypeNone); it was called in the window destructor, for each window closed. I've hacked in a temporal global var to store the mainwindow. When this line is only called for mainwindow, it all works smoothly. - next commit is needed too! |
Commit Details:
Full Hash: 4d156ec19511ee10f8659b4f089891bbd67bd59a
SVN Revision: 1422
Parent Commit: 4f9c369
Lines Changed: +8, -2
1 Modified Path:
/intern/ghost/intern/GHOST_WindowCarbon.cpp (+8, -2) (Diff)