summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-07-02 13:21:48 -0400
committerisanae <14251494+isanae@users.noreply.github.com>2019-07-02 13:21:48 -0400
commitd9a7ef636bc111f71de697caed89171335a5f3e3 (patch)
treeb9b33748885221f494b8e2dd73fd8f4264846cc1 /src/mainwindow.cpp
parent4aa59cdc7dd779c7e864a1c4e96c6b52c61879ff (diff)
reordering tabs, then switching to a mod with a different tab set would discard the changes
comments, moving some stuff around
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index a596c542..7681b482 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -3229,7 +3229,7 @@ void MainWindow::displayModInformation(
//Open the tab first if we want to use the standard indexes of the tabs.
if (tabID != ModInfoTabIDs::None) {
- dialog.setTab(tabID);
+ dialog.selectTab(tabID);
}
dialog.restoreState(m_OrganizerCore.settings());