Commit: fd781c109531960c750ad62cf3ffd099b4ba8868
Author: Campbell Barton
Date:   Mon Jun 2 22:31:32 2014 +1000
https://developer.blender.org/rBfd781c109531960c750ad62cf3ffd099b4ba8868

Disable key-modifier detection when activating windows

Causes issues on X11 for some users

===================================================================

M       source/blender/windowmanager/intern/wm_window.c

===================================================================

diff --git a/source/blender/windowmanager/intern/wm_window.c 
b/source/blender/windowmanager/intern/wm_window.c
index f18146c..a711c75 100644
--- a/source/blender/windowmanager/intern/wm_window.c
+++ b/source/blender/windowmanager/intern/wm_window.c
@@ -754,7 +754,7 @@ static int ghost_event_proc(GHOST_EventHandle evt, 
GHOST_TUserDataPtr C_void_ptr
 
                                /* Win23/GHOST modifier bug, see T40317 */
 #ifndef WIN32
-#  define USE_WIN_ACTIVATE
+//#  define USE_WIN_ACTIVATE
 #endif
 
                                wm->winactive = win; /* no context change! 
c->wm->windrawable is drawable, or for area queues */

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to