From 0f5574afd93303c82c1ae34fd1c59791c4d81217 Mon Sep 17 00:00:00 2001 From: Jabier Arraiza Date: Sat, 30 Sep 2017 18:47:13 +0200 Subject: Fix bug #1719505 segfault on convert to path --- src/path-chemistry.cpp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/path-chemistry.cpp') diff --git a/src/path-chemistry.cpp b/src/path-chemistry.cpp index 7840c4ca8..6c4b67bef 100644 --- a/src/path-chemistry.cpp +++ b/src/path-chemistry.cpp @@ -368,7 +368,12 @@ sp_item_list_to_curves(const std::vector &items, std::vector& { continue; } - + //TODO: decide if we want to unlink clones or not, for now keep previous functionality retaining clones as is + SPUse *use = dynamic_cast(item); + if (use) { + continue; + } + SPPath *path = dynamic_cast(item); if (path && !path->_curve_before_lpe) { // remove connector attributes -- cgit v1.2.3