diff --git a/daily.cpp b/daily.cpp index e4bbc38e..76cd0d88 100644 --- a/daily.cpp +++ b/daily.cpp @@ -665,6 +665,7 @@ void Daily::Load(QDate date) UpdateCPAPGraphs(cpap); UpdateEventsTree(ui->treeWidget,cpap); + mainwin->refreshStatistics(); snapGV->setDay(cpap); GraphView->ResetBounds(false); diff --git a/mainwindow.h b/mainwindow.h index 72ff4763..261c7133 100644 --- a/mainwindow.h +++ b/mainwindow.h @@ -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