summaryrefslogtreecommitdiffstats
path: root/shemov.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'shemov.cpp')
-rw-r--r--shemov.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/shemov.cpp b/shemov.cpp
index 6c53879..1baa7d5 100644
--- a/shemov.cpp
+++ b/shemov.cpp
@@ -140,6 +140,9 @@ SheMov::SheMov(QWidget *parent, Qt::WindowFlags flags) : QMainWindow(parent, fla
readSettings();
mFSWidget->fileView()->setFocus(Qt::ActiveWindowFocusReason);
mPicWidget->readSettings();
+ mArchive->setConstructingDone();
+ Helper::centerWidget(mArchive->progressDialog());
+ mArchive->progressDialog()->show();
Helper::centerWidget(picViewer);
}