mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 02:30:44 +00:00
Update statistics when disable Session is toggled
This commit is contained in:
parent
562d9e54e4
commit
7b9e5ff586
@ -587,6 +587,7 @@ void Daily::doToggleSession(Session * sess)
|
|||||||
if (rejectToggleSessionEnable( sess) ) return;
|
if (rejectToggleSessionEnable( sess) ) return;
|
||||||
LoadDate(previous_date);
|
LoadDate(previous_date);
|
||||||
mainwin->getOverview()->graphView()->dataChanged();
|
mainwin->getOverview()->graphView()->dataChanged();
|
||||||
|
mainwin->GenerateStatistics();
|
||||||
}
|
}
|
||||||
|
|
||||||
void Daily::Link_clicked(const QUrl &url)
|
void Daily::Link_clicked(const QUrl &url)
|
||||||
|
Loading…
Reference in New Issue
Block a user