Two setValueWithUndo callbacks for ScriptPanel - Crashes HISE
-
Just noticed that there are two
setValueWithUndo
callbacks for ScriptPanels and the second one is the active one.
Docs ReferenceHowever, because the second option is a bit convoluted, it should probably just be the first version:
ScriptPanel.setValueWithUndo(var newValue)
-
I actually can't get the undo function to work with panels at all. Has anyone had luck with this?
-
Friendly bump!
Would be great if I can get undo functionality working for panels because all of my buttons are panel routines. Right now, undo doesn't work for panels.