mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-11-01 05:01:10 -06:00
ENH:SidePopup actively destroys the window after closing
fixed STUDIO-3525 Change-Id: I6ae33e8c73694c574a26126abbcf1074807abdd8
This commit is contained in:
parent
69f69b8eb3
commit
dbc7e3a856
1 changed files with 1 additions and 0 deletions
|
|
@ -29,6 +29,7 @@ void SidePopup::OnDismiss()
|
||||||
{
|
{
|
||||||
Slic3r::GUI::wxGetApp().set_side_menu_popup_status(false);
|
Slic3r::GUI::wxGetApp().set_side_menu_popup_status(false);
|
||||||
PopupWindow::OnDismiss();
|
PopupWindow::OnDismiss();
|
||||||
|
Destroy();
|
||||||
}
|
}
|
||||||
|
|
||||||
bool SidePopup::ProcessLeftDown(wxMouseEvent& event)
|
bool SidePopup::ProcessLeftDown(wxMouseEvent& event)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue