mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-04 18:20:42 +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;
|
||||
LoadDate(previous_date);
|
||||
mainwin->getOverview()->graphView()->dataChanged();
|
||||
mainwin->GenerateStatistics();
|
||||
}
|
||||
|
||||
void Daily::Link_clicked(const QUrl &url)
|
||||
|
Loading…
Reference in New Issue
Block a user