From dc1b1dd829a291df12514732b8dd2cb4b9fb1fe0 Mon Sep 17 00:00:00 2001 From: Al Date: Wed, 13 Feb 2019 01:04:15 +0100 Subject: UpdateProblemsButton when it's pressed, should clear notifications if there was a lingering one. Sadly does not work when it's disabled --- src/mainwindow.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mainwindow.cpp') diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 5da73d49..f7cca785 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -5673,6 +5673,7 @@ void MainWindow::on_bsaList_itemChanged(QTreeWidgetItem*, int) void MainWindow::on_actionNotifications_triggered() { + updateProblemsButton(); ProblemsDialog problems(m_PluginContainer.plugins(), this); if (problems.hasProblems()) { QSettings &settings = m_OrganizerCore.settings().directInterface(); -- cgit v1.3.1