mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-08-08 20:29:15 +08:00
FIX: crash when open newer 3mf on mac
Jira: STUDIO-5809 Change-Id: Ifd4fa61b73a0d1a304472f24ccb65595a3c46363
This commit is contained in:
parent
eb033ccf79
commit
5223469c40
@ -598,7 +598,6 @@ wxBoxSizer *Newer3mfVersionDialog::get_btn_sizer()
|
|||||||
horizontal_sizer->Add(m_later_btn, 0, wxRIGHT, FromDIP(10));
|
horizontal_sizer->Add(m_later_btn, 0, wxRIGHT, FromDIP(10));
|
||||||
m_later_btn->Bind(wxEVT_LEFT_DOWN, [this](wxMouseEvent &e) {
|
m_later_btn->Bind(wxEVT_LEFT_DOWN, [this](wxMouseEvent &e) {
|
||||||
EndModal(wxID_OK);
|
EndModal(wxID_OK);
|
||||||
e.Skip();
|
|
||||||
});
|
});
|
||||||
return horizontal_sizer;
|
return horizontal_sizer;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user