1
0
Fork 0
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:
jules 2012-04-16 15:42:14 +01:00
parent abf8f59df4
commit d7df53bf2e

View file

@ -101,7 +101,7 @@ public:
NSWindow* floatingChildWindow = [[carbonWindow childWindows] objectAtIndex: 0];
if (floatingChildWindow != nil)
[getOwnerWindow() addChildWindow: c
[getOwnerWindow() addChildWindow: floatingChildWindow
ordered: NSWindowAbove];
EventTypeSpec windowEventTypes[] =