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
{