diff --git a/src/slic3r/GUI/Plater.cpp b/src/slic3r/GUI/Plater.cpp index 04f1a6b87..9918328f8 100644 --- a/src/slic3r/GUI/Plater.cpp +++ b/src/slic3r/GUI/Plater.cpp @@ -2527,9 +2527,8 @@ std::vector Plater::priv::load_files(const std::vector& input_ selection.add_object((unsigned int)idx, false); } - if (view3D->get_canvas3d()->get_gizmos_manager().is_running()) - // this is required because the selected object changed and the flatten on face an sla support gizmos need to be updated accordingly - view3D->get_canvas3d()->update_gizmos_on_off_state(); + // this is required because the selected object changed and the flatten on face an sla support gizmos need to be updated accordingly + view3D->get_canvas3d()->update_gizmos_on_off_state(); } return obj_idxs;