mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 15:07:22 -06:00
- I should not have to call repaint() manually
This commit is contained in:
@@ -498,7 +498,6 @@ void TransferListWidget::refreshList() {
|
|||||||
}
|
}
|
||||||
// Update status filters counters
|
// Update status filters counters
|
||||||
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