From 7b9e5ff5865663b16b85dddcb2081f8bc2ce6994 Mon Sep 17 00:00:00 2001 From: ray Date: Fri, 2 Jun 2023 13:27:06 -0400 Subject: [PATCH] Update statistics when disable Session is toggled --- oscar/daily.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/oscar/daily.cpp b/oscar/daily.cpp index f780927c..a69964e8 100644 --- a/oscar/daily.cpp +++ b/oscar/daily.cpp @@ -587,6 +587,7 @@ void Daily::doToggleSession(Session * sess) if (rejectToggleSessionEnable( sess) ) return; LoadDate(previous_date); mainwin->getOverview()->graphView()->dataChanged(); + mainwin->GenerateStatistics(); } void Daily::Link_clicked(const QUrl &url)