Update statistics when sessions are hidden

This commit is contained in:
Mark Watkins 2011-12-28 22:48:15 +10:00
parent ae8af75692
commit bd9213bc1c
2 changed files with 5 additions and 0 deletions

View File

@ -665,6 +665,7 @@ void Daily::Load(QDate date)
UpdateCPAPGraphs(cpap);
UpdateEventsTree(ui->treeWidget,cpap);
mainwin->refreshStatistics();
snapGV->setDay(cpap);
GraphView->ResetBounds(false);

View File

@ -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