ENH:delete no use code

jira: none
Change-Id: Ib63d812a797b7bbf06f1af434c705f5e3884d57d
This commit is contained in:
zhou.xu 2025-04-09 15:13:59 +08:00 committed by lane.wei
parent f42e47b745
commit 8f00766287
1 changed files with 1 additions and 1 deletions

View File

@ -1625,7 +1625,7 @@ Sidebar::Sidebar(Plater *parent)
e.Skip(); // fix bug:Event spreads to sidebar e.Skip(); // fix bug:Event spreads to sidebar
}); });
p->combo_printer_bed->Bind(wxEVT_LEAVE_WINDOW, [this](wxMouseEvent &evt) { p->combo_printer_bed->Bind(wxEVT_LEAVE_WINDOW, [this](wxMouseEvent &evt) {
if (p->big_bed_image_popup && p->big_bed_image_popup->IsShown()) { if (p->big_bed_image_popup) {
p->big_bed_image_popup->on_hide(); p->big_bed_image_popup->on_hide();
} }
}); });