summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/satellitesarray.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/parameter/satellitesarray.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/parameter/satellitesarray.cpp')
-rw-r--r--src/live_effects/parameter/satellitesarray.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/live_effects/parameter/satellitesarray.cpp b/src/live_effects/parameter/satellitesarray.cpp
index b1e00b349..808d76fcd 100644
--- a/src/live_effects/parameter/satellitesarray.cpp
+++ b/src/live_effects/parameter/satellitesarray.cpp
@@ -455,6 +455,7 @@ void FilletChamferKnotHolderEntity::knot_set_offset(Satellite satellite)
if (!_pparam->_last_pathvector_satellites) {
return;
}
+ _pparam->param_effect->upd_params = true;
size_t total_satellites = _pparam->_last_pathvector_satellites->getTotalSatellites();
bool is_mirror = false;
size_t index = _index;