Blender Git Loki
Git Commits -> Revision 83a6b33
Revision 83a6b33 by Sergey Sharybin (master) January 26, 2012, 12:44 (GMT) |
Fix #29895 Fast Alt-Mousewheel toggling of Mapping Modes scrubs timeline Issue was caused by changing button state to EXIT, so there's no active button just after applying Alt-Wheel event. Setting this state is needed to prevent button trigger cancel callback when mouse is leaving hovered menu button. Using the same "post activate" trick used by Tab button allows to make prevent canceling button and makes this button active again after applying all handlers. There's still issues with Alt-Scroll if changing active element in menu leads to interface changes (like file format in render buttons) -- in this case button simple doesn't receive wheel events and it's actually not connected to this issue. |
Commit Details:
Full Hash: 83a6b331a75580f9eab24f4fe0b3fd6a1db9fab9
SVN Revision: 43723
Parent Commit: db57cba
Lines Changed: +16, -0
1 Modified Path:
/source/blender/editors/interface/interface_handlers.c (+16, -0) (Diff)