diff options
Diffstat (limited to 'shemov.cpp')
-rw-r--r-- | shemov.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -150,6 +150,7 @@ void SheMov::closeEvent(QCloseEvent *event){ mATree->filesWidget()->filesTree()->writeSettings(); mPicWidget->picViewer2()->writeSettings(); mPicWidget->writeSettings(); + mArchive->writeSettings(); writeSettings(); SmGlobals *globals = SmGlobals::instance(); delete globals; |