diff options
| author | Liam P. White <inkscapebronyat-signgmaildotcom> | 2014-04-29 23:55:14 +0000 |
|---|---|---|
| committer | Liam P. White <inkscapebronyat-signgmaildotcom> | 2014-04-29 23:55:14 +0000 |
| commit | 2a5ab3d65249a8a7dde08097c87562d5bca598f2 (patch) | |
| tree | 9287e2bd1c6af8f005327d625a6f784e12984ce4 /src/live_effects/effect.cpp | |
| parent | Update to trunk (diff) | |
| download | inkscape-2a5ab3d65249a8a7dde08097c87562d5bca598f2.tar.gz inkscape-2a5ab3d65249a8a7dde08097c87562d5bca598f2.zip | |
Fix a small issue with Attach Path
(bzr r13090.1.69)
Diffstat (limited to 'src/live_effects/effect.cpp')
| -rw-r--r-- | src/live_effects/effect.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/live_effects/effect.cpp b/src/live_effects/effect.cpp index 4b48ce68c..d8e057ab7 100644 --- a/src/live_effects/effect.cpp +++ b/src/live_effects/effect.cpp @@ -386,6 +386,7 @@ void Effect::doOnApply_impl(SPLPEItem const* lpeitem) void Effect::doBeforeEffect_impl(SPLPEItem const* lpeitem) { sp_lpe_item = const_cast<SPLPEItem *>(lpeitem); + //printf("(SPLPEITEM*) %p\n", sp_lpe_item); sp_curve = SP_SHAPE(sp_lpe_item)->getCurve(); pathvector_before_effect = sp_curve->get_pathvector(); |
