Blender Git Loki
Git Commits -> Revision 099dd06
Revision 099dd06 by Julian Eisel (master) May 13, 2020, 09:51 (GMT) |
Fix T76481: Fast clicks over Dopesheet toggles trigger renaming Making this work reliably on the event system side is difficult. So instead, let the toggle icons take and swallow double-click events on the UI handler level. The second change in this patch seems to be only needed for touchpads. Without it, renaming would still be triggered sometimes, because the hovered button wasn't re-activated fast enough. |
Commit Details:
Full Hash: 099dd0690ced05c38819861b3dca84e03ccdb3c1
Parent Commit: 61a3d55
Lines Changed: +3, -2
1 Modified Path:
/source/blender/editors/interface/interface_handlers.c (+3, -2) (Diff)