diff options
| author | Liam P. White <inkscapebronyat-signgmaildotcom> | 2014-04-20 03:12:30 +0000 |
|---|---|---|
| committer | Liam P. White <inkscapebronyat-signgmaildotcom> | 2014-04-20 03:12:30 +0000 |
| commit | 44dbc123e17a639c9a8dc7c2a2bd3d36a444823c (patch) | |
| tree | 8fdc6cb66822eb63bca1064ce3f30af4a1106dad /src/live_effects/effect.cpp | |
| parent | remove easter eggs (diff) | |
| download | inkscape-44dbc123e17a639c9a8dc7c2a2bd3d36a444823c.tar.gz inkscape-44dbc123e17a639c9a8dc7c2a2bd3d36a444823c.zip | |
Bug fixes
(bzr r13090.1.63)
Diffstat (limited to 'src/live_effects/effect.cpp')
| -rw-r--r-- | src/live_effects/effect.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/live_effects/effect.cpp b/src/live_effects/effect.cpp index 3787dd849..4b48ce68c 100644 --- a/src/live_effects/effect.cpp +++ b/src/live_effects/effect.cpp @@ -378,8 +378,8 @@ void Effect::doOnRemove (SPLPEItem const* lpeitem) void Effect::doOnApply_impl(SPLPEItem const* lpeitem) { sp_lpe_item = const_cast<SPLPEItem *>(lpeitem); - sp_curve = SP_SHAPE(sp_lpe_item)->getCurve(); - pathvector_before_effect = sp_curve->get_pathvector(); + /*sp_curve = SP_SHAPE(sp_lpe_item)->getCurve(); + pathvector_before_effect = sp_curve->get_pathvector();*/ doOnApply(lpeitem); } |
