summaryrefslogtreecommitdiffstats
path: root/src/live_effects/effect.cpp
diff options
context:
space:
mode:
authorJabiertxof <jabier.arraiza@marker.es>2018-10-03 20:23:07 +0000
committerJabiertxof <jabier.arraiza@marker.es>2018-10-03 20:23:07 +0000
commite96c682733fd3368181aa1ace118de6d689c7f1d (patch)
treeba8902e0524873213df6191f0f88bfb9c9eed1af /src/live_effects/effect.cpp
parentUse existing colour toString in style writer (diff)
downloadinkscape-e96c682733fd3368181aa1ace118de6d689c7f1d.tar.gz
inkscape-e96c682733fd3368181aa1ace118de6d689c7f1d.zip
Fix for bug:#1659476; Horizontal slider in "Power Stroke" LPE not movable with mouse correctly
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 d1dd8d963..8aa59e4fe 100644
--- a/src/live_effects/effect.cpp
+++ b/src/live_effects/effect.cpp
@@ -398,7 +398,7 @@ Effect::Effect(LivePathEffectObject *lpeobject)
concatenate_before_pwd2(false),
sp_lpe_item(nullptr),
current_zoom(1),
- upd_params(true),
+ upd_params(false),
current_shape(nullptr),
provides_own_flash_paths(true), // is automatically set to false if providesOwnFlashPaths() is not overridden
defaultsopen(false),