- Force progress update in download list before calling sort function to make it more reliable

This commit is contained in:
Christophe Dumez 2007-08-26 19:52:10 +00:00
parent cc252fc70a
commit 8404eec301
3 changed files with 3 additions and 1 deletions

View file

@ -234,6 +234,7 @@ void GUI::torrentChecked(QString hash) {
}
if(!BTSession->isFinished(hash)){
// Delayed Sorting
downloadingTorrentTab->updateFileSizeAndProgress(hash);
downloadingTorrentTab->sortProgressColumnDelayed();
}
}