mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-11 17:49:00 +08:00
Follow c7fa6b0f - Added missed call of Show() for extruders combbox
This commit is contained in:
parent
131d8700b1
commit
a3f7be2b44
@ -2132,6 +2132,7 @@ void TabFilament::update_extruder_combobox()
|
||||
}
|
||||
|
||||
m_extruders_cb->SetSelection(m_active_extruder);
|
||||
m_extruders_cb->Show(extruder_cnt > 1);
|
||||
}
|
||||
|
||||
bool TabFilament::set_active_extruder(int new_selected_extruder)
|
||||
|
Loading…
x
Reference in New Issue
Block a user