FOllow-up a41dd8eeed
- Fix for SPE-1521 - Use the arrows to move the cut plane out of the object
This commit is contained in:
parent
6a722570f1
commit
d6c7312181
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue