1
0
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:
Christophe Dumez 2009-11-22 19:26:13 +00:00
parent 581efd0afd
commit 72d82af147

View File

@ -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{