summaryrefslogtreecommitdiffstats
path: root/src/object/sp-star.cpp
diff options
context:
space:
mode:
authorJabiertxof <jabier.arraiza@marker.es>2018-12-21 18:57:33 +0000
committerJabiertxof <jabier.arraiza@marker.es>2018-12-21 18:57:33 +0000
commitd045871d73523dd183d7d5f8f23573f9d78ff017 (patch)
tree358386ab3c65a19ef2c7cd963dc98700254304b5 /src/object/sp-star.cpp
parentINSTALL.md: libsig++ moved to github.com (diff)
downloadinkscape-d045871d73523dd183d7d5f8f23573f9d78ff017.tar.gz
inkscape-d045871d73523dd183d7d5f8f23573f9d78ff017.zip
Allow edit LPE on nestad groups
Diffstat (limited to 'src/object/sp-star.cpp')
-rw-r--r--src/object/sp-star.cpp2
1 files changed, 1 insertions, 1 deletions
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<Inkscape::SnapCandidatePoint> &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