Skip to content

Commit

Permalink
update progress bar with recalculated percentage immediately after ca…
Browse files Browse the repository at this point in the history
…ncellation
  • Loading branch information
nishanthkarthik authored and trollixx committed Feb 7, 2020
1 parent a77789a commit c9635c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libs/ui/docsetsdialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -726,6 +726,7 @@ void DocsetsDialog::cancelDownload(const QModelIndex &index)
// This also triggers selectionChanged() and the state of downloadDocsetsButton
// is recomputed on the next selection
ui->availableDocsetList->selectionModel()->clearSelection();
updateCombinedProgress();
}

void DocsetsDialog::cancelDownloads()
Expand Down

0 comments on commit c9635c5

Please sign in to comment.