mirror of
https://github.com/transmission/transmission.git
synced 2026-05-08 09:39:08 +01:00
fix error where the table would lose track of the selected torrent when sorting by activity
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
IBOutlet NSMenu * fContextRow, * fContextNoRow;
|
||||
|
||||
int fMouseControlRow, fMouseRevealRow, fMouseActionRow, fMouseActionIconRow, fActionPushedRow;
|
||||
NSIndexSet * fSelectedIndexes;
|
||||
NSArray * fSelectedTorrents;
|
||||
|
||||
NSMutableArray * fKeyStrokes;
|
||||
|
||||
@@ -57,6 +57,8 @@
|
||||
- (void) setActionButtonHover: (int) row;
|
||||
- (void) setActionIconButtonHover: (int) row;
|
||||
|
||||
- (void) selectTorrents: (NSArray *) torrents;
|
||||
|
||||
- (void) toggleControlForTorrent: (Torrent *) torrent;
|
||||
|
||||
- (void) displayTorrentMenuForEvent: (NSEvent *) event;
|
||||
|
||||
Reference in New Issue
Block a user