summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLePresidente <brian.alexander.munro@gmail.com>2017-10-26 15:50:35 +0200
committerLePresidente <brian.alexander.munro@gmail.com>2017-10-26 15:50:35 +0200
commit139ee36a3f0cc8b628d93edc890df19170adeac6 (patch)
tree90d47ec6eb209cf94223863ddaa60b9a3e682685 /src
parent4124bc39763a4293a1c2d83610fc16cfee9d6a17 (diff)
Fixes
https://github.com/LePresidente/modorganizer/issues/108
Diffstat (limited to 'src')
-rw-r--r--src/mainwindow.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index 79be617b..158e32d1 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -840,6 +840,7 @@ void MainWindow::showEvent(QShowEvent *event)
m_OrganizerCore.settings().registerAsNXMHandler(false);
m_WasVisible = true;
+ updateProblemsButton();
}
}