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…
Reference in New Issue