ObjectDataViewModel: Added function to add warning icon

This commit is contained in:
YuSanka 2021-07-23 13:48:38 +02:00
parent c0b73a92a3
commit 4a5496e3de
4 changed files with 21 additions and 1 deletions

View file

@ -208,7 +208,6 @@ void GLGizmoSimplify::on_render_input_window(float x, float y, float bottom_limi
// Fix warning icon in object list
wxGetApp().obj_list()->update_item_error_icon(obj_index, -1);
wxGetApp().obj_list()->part_selection_changed();
}
}