Hello,
I’m using juce_1_33, I have a Window class inherit ButtonListener and I override ButtonClicked(). Now this particular window is modal, so when a user clicks “ok” or “cancel” the result is returned and I delete the window. I’m getting a crash when after clicking “ok” or “cancel” I move the mouse. It looks like it’s receiving a mouse event to a non-existant object. Is there something in the destructor I need to be doing? I’m only getting this behavior on the mac, the PC build is fine.
Cheers