FIX: [STUDIO-3497] fix icon of layerroot

Change-Id: I31cc1eea9e77a1b08b62494a3cf4dff8e3319e25
This commit is contained in:
chunmao.guo 2023-06-29 17:26:04 +08:00 committed by Lane.Wei
parent d63316fe7e
commit bd97eff1ec
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ class ObjectDataViewModelNode
bool m_has_lock{false}; // for cut object icon bool m_has_lock{false}; // for cut object icon
std::string m_action_icon_name = ""; std::string m_action_icon_name = "";
ModelVolumeType m_volume_type; ModelVolumeType m_volume_type = ModelVolumeType(-1);
InfoItemType m_info_item_type {InfoItemType::Undef}; InfoItemType m_info_item_type {InfoItemType::Undef};
bool m_action_enable = false; // can undo all settings bool m_action_enable = false; // can undo all settings
// BBS // BBS