mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-01 16:51:59 +08:00
parent
43506ee376
commit
e47a1e7d90
@ -2573,7 +2573,7 @@ sub new {
|
||||
EVT_BUTTON($self, wxID_OK, sub {
|
||||
wxTheApp->save_settings;
|
||||
$self->EndModal(wxID_OK);
|
||||
$self->Close; # needed on Linux
|
||||
$self->Destroy;
|
||||
});
|
||||
|
||||
$self->SetSizer($sizer);
|
||||
|
Loading…
x
Reference in New Issue
Block a user