summaryrefslogtreecommitdiffstats
path: root/src/box3d.cpp
diff options
context:
space:
mode:
authorMaximilian Albert <maximilian.albert@gmail.com>2008-01-16 09:36:32 +0000
committercilix42 <cilix42@users.sourceforge.net>2008-01-16 09:36:32 +0000
commit91843b62b00ccfa372d31862c59d64db8f3608ec (patch)
treec1208560afd77a4fad53e8847cb6ffe282c25687 /src/box3d.cpp
parentMove 'bounding box' option up one level (from Selector to Tools page in Prefe... (diff)
downloadinkscape-91843b62b00ccfa372d31862c59d64db8f3608ec.tar.gz
inkscape-91843b62b00ccfa372d31862c59d64db8f3608ec.zip
Add option in Preferences to keep objects after conversion to guides
(bzr r4514)
Diffstat (limited to 'src/box3d.cpp')
-rw-r--r--src/box3d.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/box3d.cpp b/src/box3d.cpp
index 4aca24c42..9faf47c7c 100644
--- a/src/box3d.cpp
+++ b/src/box3d.cpp
@@ -1531,8 +1531,6 @@ box3d_convert_to_guides(SPItem *item) {
box3d_push_back_corner_pair(box, pts, 3, 7);
sp_guide_pt_pairs_to_guides(doc, pts);
-
- SP_OBJECT(box)->deleteObject(true);
}
/*