1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-25 17:17:31 +00:00

#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

View file

@ -77,6 +77,8 @@ typedef enum
//window location and size //window location and size
NSPanel * window = (NSPanel *)[self window]; NSPanel * window = (NSPanel *)[self window];
[window setFloatingPanel: NO];
const CGFloat windowHeight = NSHeight([window frame]); const CGFloat windowHeight = NSHeight([window frame]);
[window setFrameAutosaveName: @"InspectorWindow"]; [window setFrameAutosaveName: @"InspectorWindow"];