mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-20 01:14:20 +00:00
Oops! Fixed a typo in the last check-in.
This commit is contained in:
parent
abf8f59df4
commit
d7df53bf2e
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ public:
|
|||
NSWindow* floatingChildWindow = [[carbonWindow childWindows] objectAtIndex: 0];
|
||||
|
||||
if (floatingChildWindow != nil)
|
||||
[getOwnerWindow() addChildWindow: c
|
||||
[getOwnerWindow() addChildWindow: floatingChildWindow
|
||||
ordered: NSWindowAbove];
|
||||
|
||||
EventTypeSpec windowEventTypes[] =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue