#4591 Don't have the inspector float above other windows

This commit is contained in:
Mitchell Livingston 2011-10-24 02:02:19 +00:00
parent 983c4ab206
commit d67dd1f292
1 changed files with 2 additions and 0 deletions

View File

@ -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"];