diff options
| author | Maximilian Albert <maximilian.albert@gmail.com> | 2007-08-06 17:52:31 +0000 |
|---|---|---|
| committer | cilix42 <cilix42@users.sourceforge.net> | 2007-08-06 17:52:31 +0000 |
| commit | 4f5095676e4aff19d71104038d9b32f897823612 (patch) | |
| tree | 4c6d280289945f0e58e5b2b64c6c23dac6c3bbed /src/widgets/toolbox.cpp | |
| parent | Better default style for 3D boxes (no stroke; faces have different shades of ... (diff) | |
| download | inkscape-4f5095676e4aff19d71104038d9b32f897823612.tar.gz inkscape-4f5095676e4aff19d71104038d9b32f897823612.zip | |
Don't draw auxiliary vanishing points any more
(bzr r3396)
Diffstat (limited to 'src/widgets/toolbox.cpp')
| -rw-r--r-- | src/widgets/toolbox.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp index 8acb08a12..25c5d2417 100644 --- a/src/widgets/toolbox.cpp +++ b/src/widgets/toolbox.cpp @@ -2136,7 +2136,6 @@ static void sp_3dbox_toggle_vp_changed( GtkToggleAction *act, gpointer data ) if (Box3D::Perspective3D::current_perspective) { Box3D::VanishingPoint *vp = Box3D::Perspective3D::current_perspective->get_vanishing_point(axis); vp->toggle_parallel(); - vp->draw(axis); prefs_set_int_attribute( "tools.shapes.3dbox", pstring->str, vp->is_finite() ? 0 : 1); } |
