Browse Source

- Fix progress column delayed sorting

adaptive-webui-19844
Christophe Dumez 17 years ago
parent
commit
cc252fc70a
  1. 6
      src/GUI.cpp

6
src/GUI.cpp

@ -230,10 +230,12 @@ void GUI::torrentChecked(QString hash) { @@ -230,10 +230,12 @@ void GUI::torrentChecked(QString hash) {
}else{
// In download list
downloadingTorrentTab->pauseTorrent(hash);
// Delayed Sorting
downloadingTorrentTab->sortProgressColumnDelayed();
}
}
if(!BTSession->isFinished(hash)){
// Delayed Sorting
downloadingTorrentTab->sortProgressColumnDelayed();
}
}
// called when a torrent has finished

Loading…
Cancel
Save