Blender Git Loki
Git Commits -> Revision fef9463
Revision fef9463 by Tamito Kajiyama (master) July 1, 2014, 06:01 (GMT) |
Fix T40065: Pressing Esc in separate render result window does not focus main window. The problem is that the render window keeps keybord input focus even after it has been lowered. Windows maintains the Z-order of windows, so the present solution is to raise the window that has been just below the render window. Differential revision: https://developer.blender.org/D594 Reviewed by: campbellbarton |
Commit Details:
Full Hash: fef946312380683489874923cd44790741157377
Parent Commit: 9f05588
Lines Changed: +17, -2
1 Modified Path:
/intern/ghost/intern/GHOST_WindowWin32.cpp (+17, -2) (Diff)