mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 06:57:24 -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);
|
||||
repaint();
|
||||
}
|
||||
|
||||
int TransferListWidget::getRowFromHash(QString hash) const{
|
||||
|
||||
Reference in New Issue
Block a user