New selection -> Improved sychronization of instances selection between 3D scene and right panel
This commit is contained in:
parent
cc5405e84d
commit
5d94e6adb8
3 changed files with 13 additions and 9 deletions
src/slic3r/GUI
|
@ -1054,7 +1054,11 @@ void ObjectList::part_selection_changed()
|
|||
|
||||
m_selected_object_id = obj_idx;
|
||||
|
||||
#if ENABLE_EXTENDED_SELECTION
|
||||
wxGetApp().obj_manipul()->update_settings_value(_3DScene::get_canvas(wxGetApp().canvas3D())->get_selection());
|
||||
#else
|
||||
wxGetApp().obj_manipul()->update_values();
|
||||
#endif // ENABLE_EXTENDED_SELECTION
|
||||
}
|
||||
|
||||
void ObjectList::update_manipulation_sizer(const bool is_simple_mode)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue