From d045871d73523dd183d7d5f8f23573f9d78ff017 Mon Sep 17 00:00:00 2001 From: Jabiertxof Date: Fri, 21 Dec 2018 19:57:33 +0100 Subject: Allow edit LPE on nestad groups --- src/object/sp-path.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/object/sp-path.cpp') diff --git a/src/object/sp-path.cpp b/src/object/sp-path.cpp index 6456b52c5..0ff31f823 100644 --- a/src/object/sp-path.cpp +++ b/src/object/sp-path.cpp @@ -343,7 +343,7 @@ Geom::Affine SPPath::set_transform(Geom::Affine const &transform) { if (!_curve) { // 0 nodes, nothing to transform return Geom::identity(); } - if (hasPathEffect() && pathEffectsEnabled()) { + if (hasPathEffectRecursive() && pathEffectsEnabled()) { return transform; } -- cgit v1.2.3