From 0ce59e5205f2f37f514f9a6f5b03db0e242406b1 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Wed, 7 May 2014 12:17:24 -0700 Subject: Even if there is progress text, still set the progress bar percentage I don't understand why we wouldn't set the percentage if we displayed text there as well. This looks much better. Signed-off-by: Dirk Hohndel --- qt-ui/downloadfromdivecomputer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qt-ui') diff --git a/qt-ui/downloadfromdivecomputer.cpp b/qt-ui/downloadfromdivecomputer.cpp index bbe62c47a..3bdc06cad 100644 --- a/qt-ui/downloadfromdivecomputer.cpp +++ b/qt-ui/downloadfromdivecomputer.cpp @@ -93,8 +93,8 @@ void DownloadFromDCWidget::updateProgressBar() ui.progressBar->setFormat(progress_bar_text); } else { ui.progressBar->setFormat("%p%"); - ui.progressBar->setValue(progress_bar_fraction * 100); } + ui.progressBar->setValue(progress_bar_fraction * 100); } void DownloadFromDCWidget::updateState(states state) -- cgit v1.2.3-70-g09d2