mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-05 03:50:07 +00:00
OSX zooming window fix.
This commit is contained in:
parent
8b208084aa
commit
601f729bf7
1 changed files with 1 additions and 1 deletions
|
|
@ -1721,7 +1721,7 @@ private:
|
|||
|
||||
owner->isZooming = true;
|
||||
objc_super s = { self, [NSWindow class] };
|
||||
objc_msgSendSuper (&s, @selector(zoom), sender);
|
||||
objc_msgSendSuper (&s, @selector(zoom:), sender);
|
||||
owner->isZooming = false;
|
||||
|
||||
owner->redirectMovedOrResized();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue