FIX: [STUDIO-3377] [STUDIO-3376] fix layer heigth ui

Change-Id: If0ac1282c450432bb234325ca1c1b952dd33cb89
This commit is contained in:
chunmao.guo 2023-06-26 21:03:31 +08:00 committed by Lane.Wei
parent 06c2946a38
commit fef36a931d
4 changed files with 14 additions and 5 deletions

View file

@ -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;