Merge branch 'master' into update-release-notes

This commit is contained in:
Jeff Norman 2023-06-02 17:53:40 -04:00
commit 1caf1f3cbc

View File

@ -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)