mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-03 15:26:49 +00:00
NEW: add plate tab at objectlist
Jira: STUDIO-4154 Change-Id: Id24517df3c15cc3907cb6b1fe0ea9d1b6c6d1e56
This commit is contained in:
@@ -199,7 +199,7 @@ void ObjectDataViewModelNode::set_action_icon(bool enable)
|
||||
{
|
||||
m_action_enable = enable;
|
||||
auto undo = enable ? "lock_normal" : "dot";
|
||||
m_action_icon_name = m_type & itPlate ? "dot" :
|
||||
m_action_icon_name = m_type & itPlate ? undo :
|
||||
m_type & itObject ? undo :
|
||||
m_type & (itVolume | itLayer) ? undo : /*m_type & itInstance*/ "set_separate_obj";
|
||||
m_action_icon = create_scaled_bitmap(m_action_icon_name); // FIXME: pass window ptr
|
||||
|
||||
Reference in New Issue
Block a user