mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
Fixed crash on ConfigWizard opening after a language change
+ updated Creality.ini and PrusaResearch.ini
This commit is contained in:
parent
61ab9e37d6
commit
85645a1253
3 changed files with 183 additions and 51 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue