sudara / melatonin_inspector

A JUCE module that gives you the ability to inspect and visually edit (non-destructively) components in your UI.
MIT License
145 stars 17 forks source link

Enable tree selection when component lock is active #116

Open sudara opened 3 months ago

sudara commented 3 months ago

IMO we should be able to change components via the tree view when the lock is active.

Right now it's sorta buggy, it lets you select an item in the list but the panels don't update.