mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-22 06:04:01 -06:00
Some refactoring to fix OSX build
This commit is contained in:
parent
88fc45797c
commit
6ddefc6a65
1 changed files with 2 additions and 1 deletions
|
@ -1886,7 +1886,8 @@ void ObjectList::part_selection_changed()
|
||||||
|
|
||||||
if (item) {
|
if (item) {
|
||||||
wxGetApp().obj_manipul()->get_og()->set_value("object_name", m_objects_model->GetName(item));
|
wxGetApp().obj_manipul()->get_og()->set_value("object_name", m_objects_model->GetName(item));
|
||||||
wxGetApp().obj_manipul()->update_manifold_warning_icon_state(get_mesh_errors_list(obj_idx, volume_id));
|
const wxString& tooltip = get_mesh_errors_list(obj_idx, volume_id);
|
||||||
|
wxGetApp().obj_manipul()->update_manifold_warning_icon_state(tooltip);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue