summaryrefslogtreecommitdiffstats
path: root/shemov.cpp
diff options
context:
space:
mode:
authorArno <am@disconnect.de>2013-06-02 00:43:09 +0200
committerArno <am@disconnect.de>2013-06-02 00:43:09 +0200
commit459f58c57bfa1021783134b11853e8e4140055f3 (patch)
tree48c8bebb968eac10ced310ec33e204b17dee32f8 /shemov.cpp
parent6fec376f7f44145efa509668927a0179c8ffa65e (diff)
downloadSheMov-459f58c57bfa1021783134b11853e8e4140055f3.tar.gz
SheMov-459f58c57bfa1021783134b11853e8e4140055f3.tar.bz2
SheMov-459f58c57bfa1021783134b11853e8e4140055f3.zip
Remember expanded Items
For the current SortOrder the expanded items are written to the config file and read on startup.
Diffstat (limited to 'shemov.cpp')
-rw-r--r--shemov.cpp4
1 files changed, 3 insertions, 1 deletions
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);
}