Hi,
how can a Morph react to its parent window being closed?
E.g.
Morph subclass: #MyMorph.
MyMorph new openInWindow
how can MyMorph cleanup itself on window close?
I thought Morph>>delete would do the trick, but it is not being called.
Thanks,
Peter