From 01b27a996de7aa03e5ec7b961ffd7d0f2e8625c6 Mon Sep 17 00:00:00 2001 From: Jabier Arraiza Date: Wed, 14 Mar 2018 23:02:47 +0100 Subject: Allow upadate shapen innside groups with LPE --- src/path-chemistry.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/path-chemistry.cpp') diff --git a/src/path-chemistry.cpp b/src/path-chemistry.cpp index 7d5346f31..5af000967 100644 --- a/src/path-chemistry.cpp +++ b/src/path-chemistry.cpp @@ -381,7 +381,7 @@ sp_item_list_to_curves(const std::vector &items, std::vector& } SPPath *path = dynamic_cast(item); - if (path && !path->_curve_before_lpe) { + if (path && !path->hasPathEffect()) { // remove connector attributes if (item->getAttribute("inkscape:connector-type") != NULL) { item->removeAttribute("inkscape:connection-start"); @@ -576,7 +576,7 @@ sp_selected_item_to_curved_repr(SPItem *item, guint32 /*text_grouping_policy*/) { SPShape *shape = dynamic_cast(item); if (shape) { - curve = shape->getCurve(); + curve = shape->getCurveForEdit(); } } -- cgit v1.2.3