diff options
| author | Jabiertxof <jtx@jtx> | 2017-05-29 00:14:47 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx> | 2017-05-29 00:14:47 +0000 |
| commit | 48e8ce9269bcfc1d844b1e670bd74a6a76e880b5 (patch) | |
| tree | e0945fd0ef160d25c3f46267cca375a44980fbdd /src/live_effects/lpeobject.cpp | |
| parent | Initial release (diff) | |
| parent | Fix bug #1694111 also fixes noumerous bugfixes on LPE undo. And shapes are im... (diff) | |
| download | inkscape-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.cpp | 1 |
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; } |
