file priorities inspector column works again
This commit is contained in:
parent
8f7f65388e
commit
a5012be5d7
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue