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-05 20:41:59 +0300
committerJens Verwiebe <info@jensverwiebe.de>2014-12-05 20:42:10 +0300
commit825d6adef5c47b172475c0359769b394f2adaf7a (patch)
treebf15c5d464b7b8bfd561f21885ab0ec079358e53
parent049387940111ffec0a30cc614e32c75defeacb64 (diff)
OSX: make sure window of new blender instance is front when playing animation
-rw-r--r--intern/ghost/intern/GHOST_WindowCocoa.mm2
1 files changed, 2 insertions, 0 deletions
diff --git a/intern/ghost/intern/GHOST_WindowCocoa.mm b/intern/ghost/intern/GHOST_WindowCocoa.mm
index ab313b06f66..fed44eabc81 100644
--- a/intern/ghost/intern/GHOST_WindowCocoa.mm
+++ b/intern/ghost/intern/GHOST_WindowCocoa.mm
@@ -645,6 +645,8 @@ GHOST_WindowCocoa::GHOST_WindowCocoa(
m_lionStyleFullScreen = true;
}
+ [m_window orderFrontRegardless]; // to rise window for new blender instance animation play case
+
[pool drain];
}