diff options
Diffstat (limited to 'shemov.cpp')
-rw-r--r-- | shemov.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -606,10 +606,6 @@ void SheMov::readSettings(){ if(winState){ setWindowState(Qt::WindowMaximized); } - int currentTab = s.value("ui/selectedtab", 0).toInt(); - if(currentTab < mTab->count() && currentTab != mTab->currentIndex()){ - mTab->setCurrentIndex(currentTab); - } int filesMode = s.value("ui/filestreemode", FilesTreeModel::Normal).toInt(); switch(filesMode){ case FilesTreeModel::Normal: |