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:
parent
983c4ab206
commit
d67dd1f292
1 changed files with 2 additions and 0 deletions
|
@ -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"];
|
||||||
|
|
Loading…
Reference in a new issue