mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-16 02:02:42 -07:00
Next try
This commit is contained in:
@@ -1886,8 +1886,8 @@ void ObjectList::part_selection_changed()
|
||||
|
||||
if (item) {
|
||||
wxGetApp().obj_manipul()->get_og()->set_value("object_name", m_objects_model->GetName(item));
|
||||
const wxString& tooltip = get_mesh_errors_list(obj_idx, volume_id);
|
||||
wxGetApp().obj_manipul()->update_manifold_warning_icon_state(tooltip);
|
||||
const wxString tooltip = get_mesh_errors_list(obj_idx, volume_id);
|
||||
wxGetApp().obj_manipul()->update_warning_icon_state(tooltip);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user