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

Color Picker's internal snapshot should only snap what's needed #66

Closed sudara closed 1 year ago

sudara commented 1 year ago

Right now it snaps the entire root component on mouse enter to any component in the target app/plugin. It later crops for the preview on click.