1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-03-09 05:14:09 +00:00

file priorities inspector column works again

This commit is contained in:
Mitchell Livingston 2007-10-06 22:34:19 +00:00
parent 8f7f65388e
commit a5012be5d7

View file

@ -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
{