- 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);
repaint();
}
int TransferListWidget::getRowFromHash(QString hash) const{