Skip to content

Commit 9bad0d0

Browse files
update progress bar with recalculated percentage immediately after cancellation
1 parent 07ee97a commit 9bad0d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libs/ui/docsetsdialog.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -726,6 +726,7 @@ void DocsetsDialog::cancelDownload(const QModelIndex &index)
726726
// This also triggers selectionChanged() and the state of downloadDocsetsButton
727727
// is recomputed on the next selection
728728
ui->availableDocsetList->selectionModel()->clearSelection();
729+
updateCombinedProgress();
729730
}
730731

731732
void DocsetsDialog::cancelDownloads()

0 commit comments

Comments
 (0)