summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAl <gabriel.cortesi@outlook.com>2019-02-13 01:04:15 +0100
committerAl <gabriel.cortesi@outlook.com>2019-02-13 01:04:15 +0100
commitdc1b1dd829a291df12514732b8dd2cb4b9fb1fe0 (patch)
treec2e87da33319163afd586bfe73a8d4d240d41d52
parentb38a26c2bc731ad123365e7f164d1a9ed0c89b6a (diff)
UpdateProblemsButton when it's pressed, should clear notifications if there was a lingering one.
Sadly does not work when it's disabled
-rw-r--r--src/mainwindow.cpp1
1 files changed, 1 insertions, 0 deletions
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<IPluginDiagnose>(), this);
if (problems.hasProblems()) {
QSettings &settings = m_OrganizerCore.settings().directInterface();