mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
file priorities inspector column works again
This commit is contained in:
@@ -1166,11 +1166,10 @@ typedef enum
|
||||
return [outlineView rowHeight];
|
||||
}
|
||||
|
||||
/*- (void) mouseMoved: (NSEvent *) event
|
||||
- (void) mouseMoved: (NSEvent *) event
|
||||
{
|
||||
[fFileOutline setHoverRowForEvent: [[[fTabView selectedTabViewItem] identifier] isEqualToString: TAB_FILES_IDENT]
|
||||
? event : nil];
|
||||
}*/
|
||||
[fFileOutline setHoverRowForEvent: fCurrentView == fFilesView ? event : nil];
|
||||
}
|
||||
|
||||
- (void) setPiecesView: (id) sender
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user