Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Verwiebe <info@jensverwiebe.de>2014-12-06 14:13:28 +0300
committerJens Verwiebe <info@jensverwiebe.de>2014-12-06 14:13:28 +0300
commit6e8a8a72a3ce00b3d16c0301fac0c2e24cf027a4 (patch)
tree51038152ba72aa09a91bc2ef3918fe11267f93de
parent036f4e7a38cb2e42046213dccde2f4c5349196c3 (diff)
OSX: change previous commit to not only make animation-player window frontmost but whole process
-rw-r--r--intern/ghost/intern/GHOST_WindowCocoa.mm2
1 files changed, 1 insertions, 1 deletions
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];
}