mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
FIX:allow event spreads to sidebar view
jira: none Change-Id: If6f3179c31890349e8312bce0ffecb57e43c2a63 (cherry picked from commit 0d70dbf3d8822c5eaf3994b5ea569ee37d9452a8)
This commit is contained in:
@@ -1449,6 +1449,7 @@ Sidebar::Sidebar(Plater *parent)
|
||||
p->combo_printer_bed->Bind(wxEVT_COMBOBOX, [this](auto &e) {
|
||||
int selection = p->combo_printer_bed->GetSelection();
|
||||
p->image_printer_bed->SetBitmap(create_scaled_bitmap(bed_type_thumbnails[BedType(selection + 1)], this, 48));
|
||||
e.Skip();//fix bug:Event spreads to sidebar
|
||||
});
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user