mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-21 01:24:21 +00:00
small fix for AU window position when resized in cocoa hosts.
This commit is contained in:
parent
fe5eaa5f19
commit
7b254201fa
1 changed files with 0 additions and 1 deletions
|
|
@ -978,7 +978,6 @@ public:
|
|||
|
||||
NSView* view = (NSView*) getWindowHandle();
|
||||
NSRect r = [[view superview] frame];
|
||||
r.origin.y = r.origin.y + r.size.height - component.getHeight();
|
||||
r.size.width = component.getWidth();
|
||||
r.size.height = component.getHeight();
|
||||
[[view superview] setFrame: r];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue