sudara / melatonin_inspector

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

Clicking to select propagates to app, which can be awkward #74

Open sudara opened 1 year ago

sudara commented 1 year ago

A good example is a modal close button, where it's impossible to select the "done" button from the overlay (it can be selected from the tree, though).

AudioPluginHost - 2023-08-23 18@2x

Options:

I don't think #49 is related. Meaning, even with overlay component moving disabled, this problem still exists.