i'm getting a juce_breakDebugger in Component::userTriedToCloseWindow() when i click the close button of a juce generated audiounit plugin editor instantiated from juce::AudioUnitPluginWindowCocoa
the documentation says to override Component::userTriedToCloseWindow() but how ? when i use createEditor() to instantiate a
AudioProcessorEditor, juce creates and hands me its own subclass of this. So i dont get to override the Component.
what am i missing here ?
im mean - ive already added my class as a AudioProcessorListener, and changelistener ?? if so - where ?