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

Unsubscribe Accessibility from model in destructor. Fixes #109. #110

Closed ruurdadema closed 6 months ago

ruurdadema commented 6 months ago

Accessibility subscribed to the model, but didn't unsubscribe in the destructor resulting in being called while not longer valid. Fixed #109

sudara commented 6 months ago

This is awesome. Thanks for both the find + fix!