diff options
| author | Maximilian Albert <maximilian.albert@gmail.com> | 2007-08-17 16:22:23 +0000 |
|---|---|---|
| committer | cilix42 <cilix42@users.sourceforge.net> | 2007-08-17 16:22:23 +0000 |
| commit | 187526a28b0756452e8701e015c30b6ffc9e6e28 (patch) | |
| tree | dc8570104562a4843cc8a539877ae1719129a163 /src/perspective3d.cpp | |
| parent | Make sure style is invalidated when setting fill/stroke color in text objects (diff) | |
| download | inkscape-187526a28b0756452e8701e015c30b6ffc9e6e28.tar.gz inkscape-187526a28b0756452e8701e015c30b6ffc9e6e28.zip | |
Draw perspective lines for infinite VPs, too (they are updated during scrolling or zooming); don't create knots for infinite VPs on the canvas
(bzr r3495)
Diffstat (limited to 'src/perspective3d.cpp')
| -rw-r--r-- | src/perspective3d.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/perspective3d.cpp b/src/perspective3d.cpp index 0d4877f37..c9c56e78d 100644 --- a/src/perspective3d.cpp +++ b/src/perspective3d.cpp @@ -310,6 +310,9 @@ Perspective3D::toggle_boxes (Box3D::Axis axis) sp_3dbox_reshape_after_VP_toggling (SP_3DBOX (i->data), axis); } update_box_reprs(); + + SP3DBoxContext *bc = SP_3DBOX_CONTEXT (inkscape_active_event_context()); + bc->_vpdrag->updateDraggers (); } void |
