Update gizmos on/off state

This commit is contained in:
YuSanka 2018-12-03 13:29:07 +01:00
parent 435163fb73
commit 7395b923bd
4 changed files with 12 additions and 3 deletions

View file

@ -1563,6 +1563,7 @@ void Plater::priv::object_list_changed()
void Plater::priv::select_all()
{
this->canvas3D->select_all();
this->sidebar->obj_list()->update_selections();
}
void Plater::priv::remove(size_t obj_idx)