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-star.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/object/sp-star.cpp') diff --git a/src/object/sp-star.cpp b/src/object/sp-star.cpp index 898bd4225..59f30b6fa 100644 --- a/src/object/sp-star.cpp +++ b/src/object/sp-star.cpp @@ -491,7 +491,7 @@ void SPStar::snappoints(std::vector &p, Inkscape:: Geom::Affine SPStar::set_transform(Geom::Affine const &xform) { bool opt_trans = (randomized == 0); - if (hasPathEffect() && pathEffectsEnabled()) { + if (hasPathEffectRecursive() && pathEffectsEnabled()) { return xform; } // Only set transform with proportional scaling -- cgit v1.2.3