diff options
| author | Jabiertxof <jabier.arraiza@marker.es> | 2018-12-21 18:57:33 +0000 |
|---|---|---|
| committer | Jabiertxof <jabier.arraiza@marker.es> | 2018-12-21 18:57:33 +0000 |
| commit | d045871d73523dd183d7d5f8f23573f9d78ff017 (patch) | |
| tree | 358386ab3c65a19ef2c7cd963dc98700254304b5 /src/object/sp-spiral.cpp | |
| parent | INSTALL.md: libsig++ moved to github.com (diff) | |
| download | inkscape-d045871d73523dd183d7d5f8f23573f9d78ff017.tar.gz inkscape-d045871d73523dd183d7d5f8f23573f9d78ff017.zip | |
Allow edit LPE on nestad groups
Diffstat (limited to 'src/object/sp-spiral.cpp')
| -rw-r--r-- | src/object/sp-spiral.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/sp-spiral.cpp b/src/object/sp-spiral.cpp index f1e2bbf32..25a637a39 100644 --- a/src/object/sp-spiral.cpp +++ b/src/object/sp-spiral.cpp @@ -409,7 +409,7 @@ void SPSpiral::snappoints(std::vector<Inkscape::SnapCandidatePoint> &p, Inkscape */ Geom::Affine SPSpiral::set_transform(Geom::Affine const &xform) { - if (hasPathEffect() && pathEffectsEnabled()) { + if (hasPathEffectRecursive() && pathEffectsEnabled()) { return xform; } // Only set transform with proportional scaling |
