A JUCE module that gives you the ability to inspect and visually edit (non-destructively) components in your UI.
156
stars
18
forks
source link
Unsubscribe Accessibility from model in destructor. Fixes #109. #110
Closed
ruurdadema closed 7 months ago
Accessibility subscribed to the model, but didn't unsubscribe in the destructor resulting in being called while not longer valid. Fixed #109