summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2020-02-07 11:40:26 -0500
committerisanae <14251494+isanae@users.noreply.github.com>2020-02-07 11:40:26 -0500
commit1c8c1bb89b6d2103e146a54ae9f0dfdd50f7b835 (patch)
tree7543c3d2eae6a6813297d7eb26d2c007b3fdbb10 /src/mainwindow.cpp
parent9c2fc694051b8e500a3343322dd45cf8be1c1b7d (diff)
fixed data tab not refreshing after "restarting" MO
larger default size for filename column fixed sorting in descending order by default
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index f89176eb..b34d7e8a 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -2169,12 +2169,7 @@ void MainWindow::on_tabWidget_currentChanged(int index)
} else if (index == 1) {
m_OrganizerCore.refreshBSAList();
} else if (index == 2) {
- static bool first = true;
-
- if (first) {
- m_DataTab->activated();
- first = false;
- }
+ m_DataTab->activated();
} else if (index == 3) {
refreshSaveList();
}