mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 14:38:04 -06:00
- Added a little more debug (tested progress column sorting : it works fine now)
This commit is contained in:
@@ -770,6 +770,7 @@ void GUI::sortDownloadList(int index, Qt::SortOrder startSortOrder, bool fromLoa
|
|||||||
if(fromLoadColWidth){
|
if(fromLoadColWidth){
|
||||||
// Progress sorting must be delayed until files are checked (on startup)
|
// Progress sorting must be delayed until files are checked (on startup)
|
||||||
delayedSorting = true;
|
delayedSorting = true;
|
||||||
|
qDebug("Delayed sorting of the progress column");
|
||||||
delayedSortingOrder = sortOrder;
|
delayedSortingOrder = sortOrder;
|
||||||
}else{
|
}else{
|
||||||
sortDownloadListFloat(index, sortOrder);
|
sortDownloadListFloat(index, sortOrder);
|
||||||
|
|||||||
Reference in New Issue
Block a user