Blender Git Loki
Git Commits -> Revision fdcfca5
Revision fdcfca5 by Ton Roosendaal (master) December 16, 2010, 18:58 (GMT) |
Annoyance fix: Using scrollwheel on properties window halted when it was over a list-button. Now it disables handling wheel events when you use scrollwheel outside of lists first. Implementation note: UI event handlers have priority over other keymaps. That's OK. In this case it's simple conflict, for which no design solution exists... wouldn't know how to do this nicer! Code is nice local and can be improved when we look into other conflicts... |
Commit Details:
Full Hash: fdcfca54e0471f10413fbcf0ba4efd029a4d563c
SVN Revision: 33717
Parent Commit: b978bf3
Lines Changed: +24, -8
1 Modified Path:
/source/blender/windowmanager/intern/wm_event_system.c (+24, -8) (Diff)