mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-21 13:47:59 -06:00
ObjectDataViewModel: Added function to add warning icon
This commit is contained in:
parent
c0b73a92a3
commit
4a5496e3de
4 changed files with 21 additions and 1 deletions
|
@ -3951,6 +3951,8 @@ void ObjectList::update_item_error_icon(const int obj_idx, const int vol_idx) co
|
|||
// unmark fixed item only
|
||||
m_objects_model->DeleteWarningIcon(item);
|
||||
}
|
||||
else
|
||||
m_objects_model->AddWarningIcon(item);
|
||||
}
|
||||
|
||||
void ObjectList::msw_rescale()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue