diff --git a/Htmldocs/release_notes.html b/Htmldocs/release_notes.html index 977b3aab..60884f52 100644 --- a/Htmldocs/release_notes.html +++ b/Htmldocs/release_notes.html @@ -17,6 +17,7 @@

Changes and fixes in OSCAR v1.3.1-beta-1 diff --git a/oscar/newprofile.cpp b/oscar/newprofile.cpp index 2e9a205c..c87bc2ee 100644 --- a/oscar/newprofile.cpp +++ b/oscar/newprofile.cpp @@ -266,6 +266,9 @@ void NewProfile::on_nextButton_clicked() profile->Save(); + if (mainwin) + mainwin->GenerateStatistics(); + this->accept(); } }