mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-14 22:55:53 +08:00
ENH:SidePopup actively destroys the window after closing
fixed STUDIO-3525 Change-Id: I6ae33e8c73694c574a26126abbcf1074807abdd8
This commit is contained in:
parent
69f69b8eb3
commit
dbc7e3a856
@ -29,6 +29,7 @@ void SidePopup::OnDismiss()
|
||||
{
|
||||
Slic3r::GUI::wxGetApp().set_side_menu_popup_status(false);
|
||||
PopupWindow::OnDismiss();
|
||||
Destroy();
|
||||
}
|
||||
|
||||
bool SidePopup::ProcessLeftDown(wxMouseEvent& event)
|
||||
|
Loading…
x
Reference in New Issue
Block a user