Fix of New assertion failure with 2.0.0rc #2250
Calls to Dialog::Close() after Dialog::EndModal() were removed.
This commit is contained in:
parent
df19314645
commit
57a7425b0f
6 changed files with 1 additions and 9 deletions
src/slic3r/GUI
|
@ -136,7 +136,6 @@ void PreferencesDialog::accept()
|
|||
}
|
||||
|
||||
EndModal(wxID_OK);
|
||||
Close(); // needed on Linux
|
||||
|
||||
// Nothify the UI to update itself from the ini file.
|
||||
wxGetApp().update_ui_from_settings();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue