ENH:delete no use code
jira: none Change-Id: Ib63d812a797b7bbf06f1af434c705f5e3884d57d
This commit is contained in:
parent
f42e47b745
commit
8f00766287
|
@ -1625,7 +1625,7 @@ Sidebar::Sidebar(Plater *parent)
|
|||
e.Skip(); // fix bug:Event spreads to sidebar
|
||||
});
|
||||
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();
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue