summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpeobject.cpp
diff options
context:
space:
mode:
authorJabiertxof <jtx@jtx>2017-05-29 00:14:47 +0000
committerJabiertxof <jtx@jtx>2017-05-29 00:14:47 +0000
commit48e8ce9269bcfc1d844b1e670bd74a6a76e880b5 (patch)
treee0945fd0ef160d25c3f46267cca375a44980fbdd /src/live_effects/lpeobject.cpp
parentInitial release (diff)
parentFix bug #1694111 also fixes noumerous bugfixes on LPE undo. And shapes are im... (diff)
downloadinkscape-48e8ce9269bcfc1d844b1e670bd74a6a76e880b5.tar.gz
inkscape-48e8ce9269bcfc1d844b1e670bd74a6a76e880b5.zip
update to trunk
(bzr r15705)
Diffstat (limited to 'src/live_effects/lpeobject.cpp')
-rw-r--r--src/live_effects/lpeobject.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/live_effects/lpeobject.cpp b/src/live_effects/lpeobject.cpp
index b5b27c984..ca3ae46e0 100644
--- a/src/live_effects/lpeobject.cpp
+++ b/src/live_effects/lpeobject.cpp
@@ -112,6 +112,7 @@ void LivePathEffectObject::set(unsigned key, gchar const *value) {
this->effecttype_set = true;
} else {
this->effecttype = Inkscape::LivePathEffect::INVALID_LPE;
+ this->lpe = NULL;
this->effecttype_set = false;
}