mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
allow priority selector to show even when the inspector is not the main window (10.5-only)
This commit is contained in:
@@ -88,7 +88,6 @@ typedef enum
|
||||
[window setFrame: windowRect display: NO];
|
||||
|
||||
[window setBecomesKeyOnlyIfNeeded: YES];
|
||||
[window setAcceptsMouseMovedEvents: YES];
|
||||
|
||||
//set tab images and tooltips
|
||||
[[fTabMatrix cellWithTag: TAB_INFO_TAG] setIcon: [NSImage imageNamed: @"InfoGeneral.png"]];
|
||||
@@ -778,11 +777,6 @@ typedef enum
|
||||
return nil;
|
||||
}
|
||||
|
||||
- (void) mouseMoved: (NSEvent *) event
|
||||
{
|
||||
[fFileController setHoverRowForEvent: fCurrentTabTag == TAB_FILES_TAG ? event : nil];
|
||||
}
|
||||
|
||||
- (void) setPiecesView: (id) sender
|
||||
{
|
||||
[self setPiecesViewForAvailable: [sender selectedSegment] == PIECES_CONTROL_AVAILABLE];
|
||||
|
||||
Reference in New Issue
Block a user