diff --git a/TODO b/TODO index f21b814..4c3d28a 100644 --- a/TODO +++ b/TODO @@ -17,9 +17,6 @@ Bugs to fix for 1.1: * make sure the default file system can indeed be created -* Make sure progress dialog when scanning is hidden even if there are no devices - to scan. - * handling of illegal values in the size dialog spin boxes is not correct: we need to make use of the validator, not just overwrite with the previous value if the new one is not legal. i.e., we must constantly update the valid ranges diff --git a/src/gui/mainwindow.cpp b/src/gui/mainwindow.cpp index 3574358..a4bbf8a 100644 --- a/src/gui/mainwindow.cpp +++ b/src/gui/mainwindow.cpp @@ -614,6 +614,8 @@ void MainWindow::on_m_DeviceScanner_finished() { #if !defined(NO_THREADED_DEVICE_SCANNER) QReadLocker lockDevices(&operationStack().lock()); + + scanProgressDialog().setProgress(100); #endif if (!operationStack().previewDevices().isEmpty())