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:
authorSergey Sharybin <sergey.vfx@gmail.com>2019-03-17 14:14:09 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2019-03-17 15:24:38 +0300
commitb28bd7c5a4c6fa66f6e54ffb9f186617f2d5a533 (patch)
tree9390ef73bf0f55f69a5d1f2335c138a6d2cf98d0 /source/blender/blenfont
parente69192968616b17709e6a3bd0d2dc59d463c52ba (diff)
Cocoa: Fix missing key window after closing "About"
The cause of this issue goes deeper inside of the custom nature of the event loop. In short, when not using [NSApp run] closing "About" window does not make previous key window a key again. The solution is quite similar to other projects, but we only force key window from handler when closing one appears to be "About" window. In all other cases we leave it up to Blender's window manager to make decision and do not interfere with it. Test plan: - Open Blender application - Go to Blender -> About Blender menu item - Close About window - Note that Blender's window does not become active again. Reviewers: brecht Reviewed By: brecht Differential Revision: https://developer.blender.org/D4534
Diffstat (limited to 'source/blender/blenfont')
0 files changed, 0 insertions, 0 deletions