Visual hints for layers editing enabled whenever a layer is selected into the objects list

This commit is contained in:
Enrico Turri
2019-07-02 10:34:30 +02:00
parent 45a5576e8a
commit 6c1a434e2c
3 changed files with 18 additions and 8 deletions

View File

@@ -2067,6 +2067,7 @@ void ObjectList::part_selection_changed()
Sidebar& panel = wxGetApp().sidebar();
panel.Freeze();
wxGetApp().plater()->canvas3D()->handle_sidebar_focus_event("", false);
wxGetApp().obj_manipul() ->UpdateAndShow(update_and_show_manipulations);
wxGetApp().obj_settings()->UpdateAndShow(update_and_show_settings);
wxGetApp().obj_layers() ->UpdateAndShow(update_and_show_layers);