summaryrefslogtreecommitdiffstats
path: root/src/object-edit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/object-edit.cpp')
-rw-r--r--src/object-edit.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/object-edit.cpp b/src/object-edit.cpp
index c597f3a26..684c4404f 100644
--- a/src/object-edit.cpp
+++ b/src/object-edit.cpp
@@ -539,8 +539,7 @@ static void sp_3dbox_knot_set(SPItem *item, guint knot_id, Box3D::Axis direction
gdouble height = sp_document_height(doc);
if (direction == Box3D::Z) {
- sp_3dbox_move_corner_in_constrained_Z_direction (box, knot_id,
- NR::Point (new_pos[NR::X], height - new_pos[NR::Y]));
+ sp_3dbox_move_corner_in_Z_direction (box, knot_id, NR::Point (new_pos[NR::X], height - new_pos[NR::Y]));
} else {
sp_3dbox_move_corner_in_XY_plane (box, knot_id, NR::Point (new_pos[NR::X], height - new_pos[NR::Y]));
}