deselect trackers in inspector when changing selection with > 1 selected in the main table

This commit is contained in:
Mitchell Livingston 2010-02-09 00:10:27 +00:00
parent 5a3f55c7dc
commit b81f957164
1 changed files with 2 additions and 1 deletions

View File

@ -1213,6 +1213,8 @@ typedef enum
[fBasicInfoField setStringValue: fileString];
[fBasicInfoField setToolTip: nil];
}
[fTrackerTable deselectAll: self];
}
else
{
@ -1265,7 +1267,6 @@ typedef enum
fTrackers = nil;
[fTrackerTable setTrackers: nil];
[fTrackerTable deselectAll: self];
[fTrackerTable reloadData];
}