From d67dd1f292447acdceaa01b01b557972c6a05a8d Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Mon, 24 Oct 2011 02:02:19 +0000 Subject: [PATCH] #4591 Don't have the inspector float above other windows --- macosx/InfoWindowController.m | 2 ++ 1 file changed, 2 insertions(+) diff --git a/macosx/InfoWindowController.m b/macosx/InfoWindowController.m index 5e5271c05..3c6b030e8 100644 --- a/macosx/InfoWindowController.m +++ b/macosx/InfoWindowController.m @@ -77,6 +77,8 @@ typedef enum //window location and size NSPanel * window = (NSPanel *)[self window]; + [window setFloatingPanel: NO]; + const CGFloat windowHeight = NSHeight([window frame]); [window setFrameAutosaveName: @"InspectorWindow"]; -- 2.40.0