Merge remote-tracking branch 'origin/ys_manipulation_panel_rw'

This commit is contained in:
YuSanka 2019-10-03 14:24:20 +02:00
commit da7275bdea
4 changed files with 520 additions and 7 deletions
src/slic3r/GUI

View file

@ -2341,7 +2341,8 @@ void ObjectList::part_selection_changed()
wxGetApp().obj_manipul()->get_og()->set_name(" " + og_name + " ");
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_item_name(m_objects_model->GetName(item));
wxGetApp().obj_manipul()->update_warning_icon_state(get_mesh_errors_list(obj_idx, volume_id));
}
}