mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 02:30:44 +00:00
Update statistics when sessions are hidden
This commit is contained in:
parent
ae8af75692
commit
bd9213bc1c
@ -665,6 +665,7 @@ void Daily::Load(QDate date)
|
||||
UpdateCPAPGraphs(cpap);
|
||||
UpdateEventsTree(ui->treeWidget,cpap);
|
||||
|
||||
mainwin->refreshStatistics();
|
||||
|
||||
snapGV->setDay(cpap);
|
||||
GraphView->ResetBounds(false);
|
||||
|
@ -85,6 +85,10 @@ public:
|
||||
//! \brief Start the automatic update checker process
|
||||
void CheckForUpdates();
|
||||
|
||||
//! \brief Refresh the statistics page
|
||||
void refreshStatistics() { on_summaryButton_clicked(); updateFavourites(); }
|
||||
|
||||
|
||||
/*! \fn Notify(QString s,int ms=5000, QString title="SleepyHead v"+VersionString());
|
||||
\brief Pops up a message box near the system tray
|
||||
\param QString string
|
||||
|
Loading…
Reference in New Issue
Block a user