diff options
| author | Maximilian Albert <maximilian.albert@gmail.com> | 2007-08-06 07:37:24 +0000 |
|---|---|---|
| committer | cilix42 <cilix42@users.sourceforge.net> | 2007-08-06 07:37:24 +0000 |
| commit | de43f9fc6fc4f6f8e716924c7c6f1242d4b036a3 (patch) | |
| tree | 8b0b862bd0b0eea74d9e1cdc04c7b833df75c54c /src/object-edit.cpp | |
| parent | Workaround for some segfaults: Store perspectives globally instead of in each... (diff) | |
| download | inkscape-de43f9fc6fc4f6f8e716924c7c6f1242d4b036a3.tar.gz inkscape-de43f9fc6fc4f6f8e716924c7c6f1242d4b036a3.zip | |
First stage of draggable vanishing points (no snapping/unsnapping yet)
(bzr r3391)
Diffstat (limited to 'src/object-edit.cpp')
| -rw-r--r-- | src/object-edit.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/object-edit.cpp b/src/object-edit.cpp index 6eff465f8..e8390da20 100644 --- a/src/object-edit.cpp +++ b/src/object-edit.cpp @@ -546,6 +546,7 @@ static void sp_3dbox_knot_set(SPItem *item, guint knot_id, Box3D::Axis direction sp_3dbox_move_corner_in_XY_plane (box, knot_id, new_pos * i2d, (state & GDK_SHIFT_MASK) ? direction : Box3D::XY); } sp_3dbox_update_curves (box); + sp_3dbox_set_ratios (box); } static NR::Point sp_3dbox_knot_get(SPItem *item, guint knot_id) @@ -615,6 +616,7 @@ static void sp_3dbox_knot_set_uniformly(SPItem *item, guint knot_id, Box3D::Axis sp_3dbox_move_corner_in_Z_direction (box, knot_id, new_pos * i2d, (state & GDK_SHIFT_MASK)); } sp_3dbox_update_curves (box); + sp_3dbox_set_ratios (box); } static void sp_3dbox_knot0_set_uniformly(SPItem *item, NR::Point const &new_pos, NR::Point const &origin, guint state) |
