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 125f474f02
commit b835075fd6
3 changed files with 18 additions and 8 deletions
src/slic3r/GUI

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);