isSharedWindow in NSViewComponentPeer

I’m on the latest from the SVN tip(haven’t moved to git yet)

Not really a problem per se, but something I noticed.

view = [[JuceNSView alloc] initWithOwner: this withFrame: r]; relies on isSharedWindow being initialized however isSharedWindow isn’t set until a few lines down. So I suppose potentially the NSWindowDidMoveNotification might not be registered?

ooh - well spotted there! Thanks very much, I’ll sanity-check that!