mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 10:40:42 +00:00
Import should refresh calendar highlights, and select most recent day
This commit is contained in:
parent
6b368a0f96
commit
76f201dbf2
@ -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<goodlocations.size();i++) {
|
||||
importLocations.push_back(goodlocations[i]);
|
||||
|
Loading…
Reference in New Issue
Block a user