1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-22 06:00:41 +00:00

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

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];
}