From a98cf5e2705cf09ec15bc5cdf9cd8bc8895e7a2c Mon Sep 17 00:00:00 2001 From: cilix42 Date: Mon, 6 Aug 2007 17:52:31 +0000 Subject: [PATCH] Don't draw auxiliary vanishing points any more --- src/widgets/toolbox.cpp | 1 - 1 file changed, 1 deletion(-) 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); } -- 2.30.2