mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-23 17:56:50 +03:00
Oops forgot a mutex locker in progress column sorting
This commit is contained in:
parent
dfa9965ed3
commit
e361ef5543
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue