mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 00:52:04 +00:00
ENH: Revert "SidePopup actively destroys the window after closing"
This reverts commit 4e1ac98a089b4391699a333185150f468ddc42a1. Reason for revert: bug Change-Id: Ifc5c0596b0993d4e20f5b9e167e0ad5aaed92020
This commit is contained in:
@@ -29,7 +29,6 @@ void SidePopup::OnDismiss()
|
||||
{
|
||||
Slic3r::GUI::wxGetApp().set_side_menu_popup_status(false);
|
||||
PopupWindow::OnDismiss();
|
||||
Destroy();
|
||||
}
|
||||
|
||||
bool SidePopup::ProcessLeftDown(wxMouseEvent& event)
|
||||
|
||||
Reference in New Issue
Block a user