mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 23:46:24 -06:00
FIX: [STUDIO-3377] [STUDIO-3376] fix layer heigth ui
Change-Id: If0ac1282c450432bb234325ca1c1b952dd33cb89
This commit is contained in:
parent
06c2946a38
commit
fef36a931d
4 changed files with 14 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue