mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-06 11:10:44 +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();
|
PROFILE.Save();
|
||||||
if (overview) overview->ReloadGraphs();
|
if (overview) overview->ReloadGraphs();
|
||||||
on_summaryButton_clicked();
|
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)) {
|
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++) {
|
for (int i=0;i<goodlocations.size();i++) {
|
||||||
importLocations.push_back(goodlocations[i]);
|
importLocations.push_back(goodlocations[i]);
|
||||||
|
Loading…
Reference in New Issue
Block a user