mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 10:02:12 +00:00
FIX: [STUDIO-3377] [STUDIO-3376] fix layer heigth ui
Change-Id: If0ac1282c450432bb234325ca1c1b952dd33cb89
This commit is contained in:
@@ -375,6 +375,10 @@ void ObjectDataViewModelNode::UpdateExtruderAndColorIcon(wxString extruder /*= "
|
||||
m_extruder_bmp = *get_default_extruder_color_icon();
|
||||
return;
|
||||
}
|
||||
else if (m_type & itLayer) {
|
||||
m_extruder_bmp = *get_default_extruder_color_icon();
|
||||
return;
|
||||
}
|
||||
else {
|
||||
m_extruder_bmp = wxNullBitmap;
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user