Blender Git Loki
Git Commits -> Revision b407702
Revision b407702 by Nathan Letwory (master) February 4, 2011, 13:22 (GMT) |
Fix [#19997] Duplicating window results in graphics corruption in UI reported by Micael Dias (and many others, see duplicates list) On closing the first ("main") Blender window the very first OpenGL context got deleted too. This context needs to be retained, since we share quite a bit of OpenGL data through it to the newly created contexts (new windows). Thanks to Ton Roosendaal for thinking out loud while trying to figure out what the actual cause was. |
Commit Details:
Full Hash: b407702c5f13a0d2cf77d6728722d6f909e4d19e
SVN Revision: 34641
Parent Commit: f3a19f4
Lines Changed: +3, -5
1 Modified Path:
/intern/ghost/intern/GHOST_WindowWin32.cpp (+3, -5) (Diff)