Fixed crash on ConfigWizard opening after a language change

+ updated Creality.ini and PrusaResearch.ini
This commit is contained in:
YuSanka 2019-12-09 13:01:20 +01:00
parent 61ab9e37d6
commit 85645a1253
3 changed files with 183 additions and 51 deletions

View file

@ -466,6 +466,9 @@ void GUI_App::recreate_GUI()
dlg.Update(30, _(L("Recreating")) + dots);
topwindow->Destroy();
// For this moment ConfigWizard is deleted, invalidate it
m_wizard = nullptr;
}
dlg.Update(80, _(L("Loading of current presets")) + dots);