summaryrefslogtreecommitdiffstats
path: root/src/live_effects/effect.cpp
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2019-07-16 20:41:30 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2019-07-19 21:33:23 +0000
commit898baba237a69b509c823e8f7130a7442a94fab5 (patch)
tree05ce911cdfc5f84484c801123cc29f8d8873ed0f /src/live_effects/effect.cpp
parentImprovemets to power pencil (diff)
downloadinkscape-898baba237a69b509c823e8f7130a7442a94fab5.tar.gz
inkscape-898baba237a69b509c823e8f7130a7442a94fab5.zip
Fix translations and coding style
Diffstat (limited to 'src/live_effects/effect.cpp')
-rw-r--r--src/live_effects/effect.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/effect.cpp b/src/live_effects/effect.cpp
index b4aa42e0e..f5b291635 100644
--- a/src/live_effects/effect.cpp
+++ b/src/live_effects/effect.cpp
@@ -1067,7 +1067,7 @@ Effect::New(EffectType lpenr, LivePathEffectObject *lpeobj)
neweffect = nullptr;
break;
}
-
+
if (neweffect) {
neweffect->readallParameters(lpeobj->getRepr());
}