Blender Git Commit Log
Git Commits -> Revision 74828cc
Revision 74828cc by Brecht Van Lommel (master) September 23, 2013, 23:31 (GMT) |
Fix #36783: click outside splash screen to close it would not highlight the button under the mouse, and so clicking the button failed without first moving the mouse. Similar issues could happen with popups and switching windows. The problem is that a notifier was being used to deactivate possible other activated buttons, but as notifiers are delayed it could undo the correct activation too. If anyone notices hanging tooltips or other issues after this fix, please report them. |
Commit Details:
Full Hash: 74828cc609cd7071a4b3c24d3ad94ff7eccf54cb
SVN Revision: 60348
Parent Commit: fb591ea
Lines Changed: +7, -4