diff --git a/modules/juce_gui_extra/native/juce_mac_CarbonViewWrapperComponent.h b/modules/juce_gui_extra/native/juce_mac_CarbonViewWrapperComponent.h index 5deaf6dc25..83a4b76bd5 100644 --- a/modules/juce_gui_extra/native/juce_mac_CarbonViewWrapperComponent.h +++ b/modules/juce_gui_extra/native/juce_mac_CarbonViewWrapperComponent.h @@ -101,7 +101,7 @@ public: NSWindow* floatingChildWindow = [[carbonWindow childWindows] objectAtIndex: 0]; if (floatingChildWindow != nil) - [getOwnerWindow() addChildWindow: c + [getOwnerWindow() addChildWindow: floatingChildWindow ordered: NSWindowAbove]; EventTypeSpec windowEventTypes[] =