Blender Git Commit Log
Git Commits -> Revision 26c17b0
Revision 26c17b0 by Campbell Barton (master) September 6, 2018, 04:17 (GMT) |
UI: delay tool label tip display Displaying the labels tip immediately feels too intrusive, make this work more like regular tooltips, displaying more quickly. Tooltips can now uses multiple passes, each pass with it's own delay for the next pass to show. |
Commit Details:
Full Hash: 26c17b0ab12d90ecbee8bc3a1188215ed3c30ddd
Parent Commit: 59572cb
Lines Changed: +55, -24
7 Modified Paths:
/source/blender/editors/include/UI_interface.h (+1, -0) (Diff)
/source/blender/editors/interface/interface_handlers.c (+22, -15) (Diff)
/source/blender/windowmanager/gizmo/intern/wm_gizmo_map.c (+1, -1) (Diff)
/source/blender/windowmanager/gizmo/WM_gizmo_api.h (+1, -1) (Diff)
/source/blender/windowmanager/intern/wm_tooltip.c (+19, -5) (Diff)
/source/blender/windowmanager/WM_api.h (+6, -1) (Diff)
/source/blender/windowmanager/WM_types.h (+5, -1) (Diff)
/source/blender/editors/interface/interface_handlers.c (+22, -15) (Diff)
/source/blender/windowmanager/gizmo/intern/wm_gizmo_map.c (+1, -1) (Diff)
/source/blender/windowmanager/gizmo/WM_gizmo_api.h (+1, -1) (Diff)
/source/blender/windowmanager/intern/wm_tooltip.c (+19, -5) (Diff)
/source/blender/windowmanager/WM_api.h (+6, -1) (Diff)
/source/blender/windowmanager/WM_types.h (+5, -1) (Diff)