mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-09-28 22:03:15 +08:00
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
|
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();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user