@ -1428,7 +1428,10 @@ NSArray* AllLoopModes = [NSArray arrayWithObjects: NSDefaultRunLoopMode, NSEvent
- (void)windowDidResize:(NSNotification *)notification
{
_parent->OnResized();
if(_parent != nullptr)
}
- (BOOL)windowShouldZoom:(NSWindow *)window toFrame:(NSRect)newFrame