mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-10 14:57:52 +00:00
Oops forgot a mutex locker in progress column sorting
This commit is contained in:
parent
dfa9965ed3
commit
e361ef5543
@ -452,6 +452,7 @@ void GUI::displayInfoBarMenu(const QPoint& pos){
|
||||
|
||||
void GUI::sortProgressColumnDelayed() {
|
||||
if(delayedSorting){
|
||||
QMutexLocker lock(&DLListAccess);
|
||||
sortDownloadListFloat(PROGRESS, delayedSortingOrder);
|
||||
qDebug("Delayed sorting of progress column");
|
||||
delayedSorting = false;
|
||||
|
Loading…
Reference in New Issue
Block a user