summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpeobject.cpp
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2007-08-17 20:30:10 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2007-08-17 20:30:10 +0000
commit32144cc14e87e3c3eede2966a874f17da9c24eba (patch)
tree8044c7a6c739386393357d085dd7b9db793bc4dd /src/live_effects/lpeobject.cpp
parentEnable center-dragging of boxes ('in perspective') within the XY-plane (diff)
downloadinkscape-32144cc14e87e3c3eede2966a874f17da9c24eba.tar.gz
inkscape-32144cc14e87e3c3eede2966a874f17da9c24eba.zip
Fix LPE:
* add default values for parameters * remove text for LPE_INVALID * update example for skel strokes * clean a bit of the code (bzr r3498)
Diffstat (limited to 'src/live_effects/lpeobject.cpp')
-rw-r--r--src/live_effects/lpeobject.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/live_effects/lpeobject.cpp b/src/live_effects/lpeobject.cpp
index 0ce2ce283..de2baa470 100644
--- a/src/live_effects/lpeobject.cpp
+++ b/src/live_effects/lpeobject.cpp
@@ -179,7 +179,6 @@ livepatheffect_set(SPObject *object, unsigned key, gchar const *value)
lpeobj->effecttype = Inkscape::LivePathEffect::LPETypeConverter.get_id_from_key(value);
if (lpeobj->effecttype != Inkscape::LivePathEffect::INVALID_LPE) {
lpeobj->lpe = Inkscape::LivePathEffect::Effect::New(lpeobj->effecttype, lpeobj);
- lpeobj->lpe->readallParameters(SP_OBJECT_REPR(object));
}
lpeobj->effecttype_set = true;
} else {