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