From 459f58c57bfa1021783134b11853e8e4140055f3 Mon Sep 17 00:00:00 2001 From: Arno Date: Sun, 2 Jun 2013 00:43:09 +0200 Subject: Remember expanded Items For the current SortOrder the expanded items are written to the config file and read on startup. --- shemov.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'shemov.cpp') diff --git a/shemov.cpp b/shemov.cpp index 1baa7d5..0144a7d 100644 --- a/shemov.cpp +++ b/shemov.cpp @@ -142,7 +142,9 @@ SheMov::SheMov(QWidget *parent, Qt::WindowFlags flags) : QMainWindow(parent, fla mPicWidget->readSettings(); mArchive->setConstructingDone(); Helper::centerWidget(mArchive->progressDialog()); - mArchive->progressDialog()->show(); + if(mArchive->archiveModel()->collector()->isRunning()){ + mArchive->progressDialog()->show(); + } Helper::centerWidget(picViewer); } -- cgit v1.2.3-70-g09d2