summaryrefslogtreecommitdiffstats
path: root/src/sp-item.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/sp-item.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/sp-item.cpp')
-rw-r--r--src/sp-item.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/sp-item.cpp b/src/sp-item.cpp
index 63d20d320..6b61e3246 100644
--- a/src/sp-item.cpp
+++ b/src/sp-item.cpp
@@ -1622,8 +1622,6 @@ sp_item_convert_to_guides(SPItem *item) {
pts.push_back(std::make_pair(D.to_2geom(), A.to_2geom()));
sp_guide_pt_pairs_to_guides(SP_OBJECT_DOCUMENT(item), pts);
-
- SP_OBJECT(item)->deleteObject(true);
}
/*