From 29064232ebee3001dc3368ab856ec978eee88307 Mon Sep 17 00:00:00 2001 From: Diederik van Lierop Date: Sat, 9 Jan 2010 22:31:50 +0100 Subject: [PATCH] fix regression caused by rev. 8927 (reported in LP bug #495483 by ~suv) --- src/path-chemistry.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/path-chemistry.cpp b/src/path-chemistry.cpp index 204c82aed..50d26ba64 100644 --- a/src/path-chemistry.cpp +++ b/src/path-chemistry.cpp @@ -132,6 +132,7 @@ sp_selected_path_combine(SPDesktop *desktop) g_slist_free(items); if (did) { + SP_OBJECT(first)->deleteObject(false); // delete the topmost. Inkscape::XML::Document *xml_doc = sp_document_repr_doc(desktop->doc()); -- 2.30.2