#4591 Don't have the inspector float above other windows
This commit is contained in:
parent
983c4ab206
commit
d67dd1f292
|
@ -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"];
|
||||
|
|
Loading…
Reference in New Issue