diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2020-02-07 11:40:26 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2020-02-07 11:40:26 -0500 |
| commit | 1c8c1bb89b6d2103e146a54ae9f0dfdd50f7b835 (patch) | |
| tree | 7543c3d2eae6a6813297d7eb26d2c007b3fdbb10 /src/mainwindow.cpp | |
| parent | 9c2fc694051b8e500a3343322dd45cf8be1c1b7d (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.cpp | 7 |
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(); } |
