Commit 2058e59d authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

macosx: Fix a window frame glitch when zooming the embedded window..

parent 6cd45508
...@@ -152,7 +152,7 @@ ...@@ -152,7 +152,7 @@
- (BOOL)windowShouldZoom:(NSWindow *)sender toFrame:(NSRect)newFrame - (BOOL)windowShouldZoom:(NSWindow *)sender toFrame:(NSRect)newFrame
{ {
[self setFrame: newFrame display: YES animate: YES]; [self setFrame: newFrame display: YES animate: YES];
return YES; return NO;
} }
- (BOOL)windowShouldClose:(id)sender - (BOOL)windowShouldClose:(id)sender
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment