Blender Git Commit Log

Git Commits -> Revision b529b82

Revision b529b82 by Julian Eisel (master)
September 5, 2015, 17:42 (GMT)
Fix T45944: Ctrl+Wheel to cycle values failes in toolshelf

Now, ctrl+wheel for cycling tabs is passed to hovered button if it supports cycling values (RNA menus, color/row/number/slider buttons, list boxes)

This might feel a bit glitchy if ctrl+wheel is used to cycle tabs and in newly opened tab, a button with cycling support is under the mouse, which will get mouse input from this point on instead of region. Think this is still better than old behavior.

Commit Details:

Full Hash: b529b828306b2179baa95d5b4988f6eeaf46ded8
Parent Commit: 1478ac3
Lines Changed: +65, -38

5 Modified Paths:

/source/blender/editors/interface/interface.c (+10, -0) (Diff)
/source/blender/editors/interface/interface_handlers.c (+19, -19) (Diff)
/source/blender/editors/interface/interface_intern.h (+6, -2) (Diff)
/source/blender/editors/interface/interface_panel.c (+18, -12) (Diff)
/source/blender/editors/interface/interface_regions.c (+12, -5) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021