mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 14:38:04 -06:00
- BUGFIX: Greatly improved column sorting code (download list only for now)
This commit is contained in:
@@ -1351,9 +1351,6 @@ GUI::GUI(QWidget *parent, QStringList torrentCmdLine) : QMainWindow(parent), dis
|
||||
BTSession->increaseDlTorrentPriority(hash);
|
||||
}
|
||||
updateLists();
|
||||
// Update sorting if necessary
|
||||
if(downloadingTorrentTab->isPriorityColumnSorted())
|
||||
downloadingTorrentTab->sortDownloadList();
|
||||
}
|
||||
|
||||
void GUI::on_actionDecreasePriority_triggered() {
|
||||
@@ -1363,9 +1360,6 @@ GUI::GUI(QWidget *parent, QStringList torrentCmdLine) : QMainWindow(parent), dis
|
||||
BTSession->decreaseDlTorrentPriority(hash);
|
||||
}
|
||||
updateLists();
|
||||
// Update sorting if necessary
|
||||
if(downloadingTorrentTab->isPriorityColumnSorted())
|
||||
downloadingTorrentTab->sortDownloadList();
|
||||
}
|
||||
|
||||
// pause selected items in the list
|
||||
|
||||
Reference in New Issue
Block a user