Blender Git Loki
Git Commits -> Revision a47bef3
Revision a47bef3 by Campbell Barton (master) February 1, 2013, 01:11 (GMT) |
fix for [#33803], error was caused by sloppy coding in r53487, converting trackpad to wheel events. if you moved your mouse fast over a button the event would get converted to a wheel, even if the input event wasnt a MOUSEPAN event. When Alt was held this was noticable because Alt+Wheel changes button values. added an assert to avoid this happening again. |
Commit Details:
Full Hash: a47bef36225b06fb2237bf2cd03332a1ee0337d5
SVN Revision: 54246
Parent Commit: 6341919
Lines Changed: +12, -4
1 Modified Path:
/source/blender/editors/interface/interface_handlers.c (+12, -4) (Diff)