Blender Git Loki
Git Commits -> Revision dfa2b0e
Revision dfa2b0e by Campbell Barton (master) November 18, 2020, 05:40 (GMT) |
Fix T82800: Changing settings from a pie menu doesn't add undo steps Pie menu had inconsistent behavior for dragging & releasing the key compared to clicking on the button. This was caused by the `onfree` argument being set to true, preventing the button from running callbacks such as setting up undo data & auto-keyframe This argument should only be used when freeing the button, set this to false as is done for regular menus. |
Commit Details:
Full Hash: dfa2b0e1c95bf72d58bbff9fb5c4045521af04d6
Parent Commit: 0688309
Lines Changed: +1, -2
1 Modified Path:
/source/blender/editors/interface/interface_handlers.c (+1, -2) (Diff)