Blender Git Commit Log
Git Commits -> Revision 591a091
Revision 591a091 by Sergey Sharybin (master) May 10, 2012, 15:34 (GMT) |
Fix #31221: Multiple Monitors/Windows Double Click For Focus Window might be focused by mouse click in configuration of window manager when focus is not following mouse. Click could have been done on a button and depending on window manager settings click would be passed to blender or not, but in any case button under cursor should be activated. Currently the easiest way to activate button is to generate mouse move event. Not sure about OSX, but on windows it worked fine because OS is generating WM_MOUSEMOVE event "automatically" so nothing special from blender side was needed. |
Commit Details:
Full Hash: 591a0910037d3ca2de511c6e2790d5585a3991fc
SVN Revision: 46505
Parent Commit: f3d721a
Lines Changed: +18, -0
1 Modified Path:
/source/blender/windowmanager/intern/wm_window.c (+18, -0) (Diff)