FOllow-up a41dd8eeed50b9bfbb9f37769569f091512d8124 - Fix for SPE-1521 - Use the arrows to move the cut plane out of the object

This commit is contained in:
YuSanka 2023-02-22 16:58:49 +01:00
parent 6a722570f1
commit d6c7312181

View File

@ -364,7 +364,7 @@ void GLGizmoCut3D::shift_cut_z(double delta)
{
Vec3d new_cut_center = m_plane_center;
new_cut_center[Z] += delta;
set_center(new_cut_center);
set_center(new_cut_center, true);
}
void GLGizmoCut3D::rotate_vec3d_around_plane_center(Vec3d&vec)