Update gizmos on/off state

This commit is contained in:
YuSanka
2018-12-03 13:29:07 +01:00
parent fb0c31c5a8
commit ccd9686d7f
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)