Fixed typo

This commit is contained in:
YuSanka 2019-05-02 09:54:18 +02:00
parent b048669a3b
commit 88c9948c85
3 changed files with 5 additions and 8 deletions
src/slic3r/GUI

View file

@ -1897,7 +1897,7 @@ void ObjectList::part_selection_changed()
if (item) {
wxGetApp().obj_manipul()->get_og()->set_value("object_name", m_objects_model->GetName(item));
wxGetApp().obj_manipul()->update_warning_icon_state(/*get_mesh_errors_list(obj_idx, volume_id)*/);
wxGetApp().obj_manipul()->update_warning_icon_state(get_mesh_errors_list(obj_idx, volume_id));
}
}