From 139ee36a3f0cc8b628d93edc890df19170adeac6 Mon Sep 17 00:00:00 2001 From: LePresidente Date: Thu, 26 Oct 2017 15:50:35 +0200 Subject: Fixes https://github.com/LePresidente/modorganizer/issues/108 --- src/mainwindow.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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(); } } -- cgit v1.3.1