From bd9213bc1c9a0836a8b8b1acbad72f0e8b1258d5 Mon Sep 17 00:00:00 2001 From: Mark Watkins Date: Wed, 28 Dec 2011 22:48:15 +1000 Subject: [PATCH] Update statistics when sessions are hidden --- daily.cpp | 1 + mainwindow.h | 4 ++++ 2 files changed, 5 insertions(+) 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