OSX: change previous commit to not only make animation-player window frontmost but whole process

This commit is contained in:
Jens Verwiebe 2014-12-06 12:13:28 +01:00
parent 036f4e7a38
commit 6e8a8a72a3

@ -645,7 +645,7 @@ GHOST_WindowCocoa::GHOST_WindowCocoa(
m_lionStyleFullScreen = true;
}
[m_window orderFrontRegardless]; // to rise window for new blender instance animation play case
[NSApp activateIgnoringOtherApps:YES]; // raise application to front, important for new blender instance animation play case
[pool drain];
}