mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 15:07:22 -06:00
- Force repainting of the transfer list after it is updated
This commit is contained in:
@@ -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{
|
||||||
|
|||||||
Reference in New Issue
Block a user