From 6e8a8a72a3ce00b3d16c0301fac0c2e24cf027a4 Mon Sep 17 00:00:00 2001 From: Jens Verwiebe Date: Sat, 6 Dec 2014 12:13:28 +0100 Subject: [PATCH] OSX: change previous commit to not only make animation-player window frontmost but whole process --- intern/ghost/intern/GHOST_WindowCocoa.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intern/ghost/intern/GHOST_WindowCocoa.mm b/intern/ghost/intern/GHOST_WindowCocoa.mm index fed44eabc81..65d371c8ca8 100644 --- a/intern/ghost/intern/GHOST_WindowCocoa.mm +++ b/intern/ghost/intern/GHOST_WindowCocoa.mm @@ -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]; }