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

Fix crash when closing colour component #94

Closed static-cats closed 1 year ago

static-cats commented 1 year ago

I noticed that when the colour component is open and you click on one of these buttons than the onDismiss callback is invoked but refers to its parent which has been destroyed already it seems.

Screenshot 2023-11-07 at 16 36 33

sudara commented 1 year ago

Thanks for this! Will take a look tomorrow.