summaryrefslogtreecommitdiffstats
path: root/shemov.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'shemov.cpp')
-rw-r--r--shemov.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/shemov.cpp b/shemov.cpp
index 8e5c54c..802ffc9 100644
--- a/shemov.cpp
+++ b/shemov.cpp
@@ -112,6 +112,7 @@ SheMov::SheMov(QWidget *parent, Qt::WindowFlags flags) : QMainWindow(parent, fla
setCentralWidget(centralWidget);
readSettings();
mFSWidget->readSettings();
+ mATree->seriesWidget()->readSettings();
show();
mFSWidget->fileView()->setFocus(Qt::ActiveWindowFocusReason);
}
@@ -119,6 +120,7 @@ SheMov::SheMov(QWidget *parent, Qt::WindowFlags flags) : QMainWindow(parent, fla
void SheMov::closeEvent(QCloseEvent *event){
mFSWidget->writeSettings();
mFSWidget->pictureViewer()->close();
+ mATree->seriesWidget()->writeSettings();
delete SmUberModelSingleton::instance();
writeSettings();
event->accept();