From a5012be5d750a33f67f9b7c86d10724c58a54158 Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Sat, 6 Oct 2007 22:34:19 +0000 Subject: [PATCH] file priorities inspector column works again --- macosx/InfoWindowController.m | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/macosx/InfoWindowController.m b/macosx/InfoWindowController.m index a7ab091ef..89ee0baff 100644 --- a/macosx/InfoWindowController.m +++ b/macosx/InfoWindowController.m @@ -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 {