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 committed Nov 5, 2018
1 parent 07ee97a commit 9bad0d0
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 9bad0d0

Please sign in to comment.