SPE-1813: Do not force object to stay on top of bed when scaling a single volume from an instance

This commit is contained in:
enricoturri1966 2024-02-06 09:45:22 +01:00 committed by Lukas Matena
parent 11f61037a4
commit 542397140a

View File

@ -1346,6 +1346,7 @@ void Selection::scale_and_translate(const Vec3d& scale, const Vec3d& world_trans
synchronize_unselected_volumes();
#endif // !DISABLE_INSTANCES_SYNCH
if (m_mode == EMode::Instance)
ensure_on_bed();
set_bounding_boxes_dirty();
wxGetApp().plater()->canvas3D()->requires_check_outside_state();