Blender Git Commit Log
Git Commits -> Revision 681b26a
Revision 681b26a by Ton Roosendaal (master) July 30, 2011, 10:14 (GMT) |
Bugfix #28109 Old issue with OSX Cocoa code: shift+scrollwheel should send a 'horizontal wheel' event to Blender. Blender only recognizes scroll events in general though. The old code then just didn't send an event at all, not passing on shift+scrolls. Now the scroll event is sent anyway, relying on Blender's keymapping to define what to do with shift+scroll. This fixes things like shift+scroll to scale ListBox widgets. |
Commit Details:
Full Hash: 681b26a48ef5f83c2f0941707324b76d57c77f68
SVN Revision: 38848
Parent Commit: f66ec41
Lines Changed: +2, -0
1 Modified Path:
/intern/ghost/intern/GHOST_SystemCocoa.mm (+2, -0) (Diff)