Let’s say a DAW audio track with all its content is stored in ValueTree. That ValueTree is used with UndoManager.
If I also wanted to store a property containing the track height on screen (pixels) into that same ValueTree WITHOUT using UndoManager, will that cause problems? When Undo/Redo is called, what happens to that property? Will it stay in the ValueTree or does it disappear suddenly?
