diff options
| author | Jabiertxof <jtx@jtx> | 2017-01-20 17:52:27 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx> | 2017-01-20 17:52:27 +0000 |
| commit | 7201350d40601daaa99930be2554c5811eba23b0 (patch) | |
| tree | eb9f6ff7b942cc5cae589dcf968594c0f27728d7 /src/live_effects/lpe-patternalongpath.cpp | |
| parent | revert 15420 because of severe regression (diff) | |
| download | inkscape-7201350d40601daaa99930be2554c5811eba23b0.tar.gz inkscape-7201350d40601daaa99930be2554c5811eba23b0.zip | |
Fix bug 1657591. Crash on ungrouping in v0.92. A unnecesary call to update path effect hook the crash, not sure why but this call is unnecesary so I remove it
Fixed bugs:
- https://launchpad.net/bugs/1657591
(bzr r15424)
Diffstat (limited to 'src/live_effects/lpe-patternalongpath.cpp')
| -rw-r--r-- | src/live_effects/lpe-patternalongpath.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/live_effects/lpe-patternalongpath.cpp b/src/live_effects/lpe-patternalongpath.cpp index c1853ef22..f404afe17 100644 --- a/src/live_effects/lpe-patternalongpath.cpp +++ b/src/live_effects/lpe-patternalongpath.cpp @@ -264,7 +264,6 @@ LPEPatternAlongPath::transform_multiply(Geom::Affine const& postmul, bool set) pattern.param_transform_multiply(postmul, set); pattern.write_to_SVG(); } - sp_lpe_item_update_patheffect (sp_lpe_item, false, true); } void |
