mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-11 07:18:08 +00:00
- Force repainting of the transfer list after it is updated
This commit is contained in:
parent
581efd0afd
commit
72d82af147
@ -418,6 +418,7 @@ void TransferListWidget::refreshList() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
emit torrentStatusUpdate(nb_downloading, nb_seeding, nb_active, nb_inactive);
|
emit torrentStatusUpdate(nb_downloading, nb_seeding, nb_active, nb_inactive);
|
||||||
|
repaint();
|
||||||
}
|
}
|
||||||
|
|
||||||
int TransferListWidget::getRowFromHash(QString hash) const{
|
int TransferListWidget::getRowFromHash(QString hash) const{
|
||||||
|
Loading…
Reference in New Issue
Block a user