diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-07-17 22:57:15 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-07-19 21:33:23 +0000 |
| commit | 44911fb71708f71feea4c853de856a14af4fbccf (patch) | |
| tree | 264c3b8651b9d58915616986792cf4cd8d117dae /src/live_effects/effect.cpp | |
| parent | Fix translations and coding style (diff) | |
| download | inkscape-44911fb71708f71feea4c853de856a14af4fbccf.tar.gz inkscape-44911fb71708f71feea4c853de856a14af4fbccf.zip | |
Improvements finish pointed by Maren
Diffstat (limited to 'src/live_effects/effect.cpp')
| -rw-r--r-- | src/live_effects/effect.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/live_effects/effect.cpp b/src/live_effects/effect.cpp index f5b291635..e547e709d 100644 --- a/src/live_effects/effect.cpp +++ b/src/live_effects/effect.cpp @@ -1250,6 +1250,13 @@ void Effect::doAfterEffect (SPLPEItem const* /*lpeitem*/) is_load = false; } +void Effect::doOnException (SPLPEItem const* /*lpeitem*/) +{ + has_exception = true; + pathvector_after_effect = pathvector_before_effect; +} + + void Effect::doOnRemove (SPLPEItem const* /*lpeitem*/) { } |
