summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpeobject.cpp
diff options
context:
space:
mode:
authorMaximilian Albert <maximilian.albert@gmail.com>2008-06-10 12:35:36 +0000
committercilix42 <cilix42@users.sourceforge.net>2008-06-10 12:35:36 +0000
commit9df0d95cbecfc05c9c4fbe7bd51a6b744c5c56a5 (patch)
tree7f79bec201fa7fac6dab847dcf497091ad174404 /src/live_effects/lpeobject.cpp
parentfix compile (diff)
downloadinkscape-9df0d95cbecfc05c9c4fbe7bd51a6b744c5c56a5.tar.gz
inkscape-9df0d95cbecfc05c9c4fbe7bd51a6b744c5c56a5.zip
Write all effect parameters to SVG when a LPE knotholder handle is ungrabbed
(bzr r5870)
Diffstat (limited to 'src/live_effects/lpeobject.cpp')
-rw-r--r--src/live_effects/lpeobject.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/live_effects/lpeobject.cpp b/src/live_effects/lpeobject.cpp
index 0a7fb5eb0..432a484ee 100644
--- a/src/live_effects/lpeobject.cpp
+++ b/src/live_effects/lpeobject.cpp
@@ -221,6 +221,8 @@ livepatheffect_write(SPObject *object, Inkscape::XML::Node *repr, guint flags)
// lpeobj->lpe->write(repr); something like this.
+ lpeobj->lpe->writeParamsToSVG();
+
if (((SPObjectClass *) livepatheffect_parent_class)->write)
(* ((SPObjectClass *) livepatheffect_parent_class)->write)(object, repr, flags);