From 76f201dbf2e7dc90dd8f2a81bd4f7685ed2001c2 Mon Sep 17 00:00:00 2001 From: Mark Watkins Date: Thu, 26 Jan 2012 08:38:32 +1000 Subject: [PATCH] Import should refresh calendar highlights, and select most recent day --- mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index f4a81b4c..18dad327 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -364,7 +364,7 @@ void MainWindow::on_action_Import_Data_triggered() PROFILE.Save(); if (overview) overview->ReloadGraphs(); on_summaryButton_clicked(); - if (daily) daily->LoadDate(daily->getDate()); + if (daily) daily->ReloadGraphs(); if ((goodlocations.size()>0) && (QMessageBox::question(this,"Remember this Location?","Would you like to remember this import location for next time?\n"+newdir,QMessageBox::Yes,QMessageBox::No)==QMessageBox::Yes)) { for (int i=0;i