summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/satellitesarray.cpp
diff options
context:
space:
mode:
authorJabiertxof <jabier.arraiza@marker.es>2018-10-04 13:41:14 +0000
committerJabiertxof <jabier.arraiza@marker.es>2018-10-04 13:41:14 +0000
commit040ca45ff1001b08f821067ed7106d3195c64951 (patch)
tree0893a4fdb1536e3722ac6b9d2a1cf4e1cc4c42e1 /src/live_effects/parameter/satellitesarray.cpp
parentFix for bug:#1659476; Horizontal slider in "Power Stroke" LPE not movable wit... (diff)
downloadinkscape-040ca45ff1001b08f821067ed7106d3195c64951.tar.gz
inkscape-040ca45ff1001b08f821067ed7106d3195c64951.zip
Fix updating widgets on LPE missed in the refactor
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 808d76fcd..6a46204c9 100644
--- a/src/live_effects/parameter/satellitesarray.cpp
+++ b/src/live_effects/parameter/satellitesarray.cpp
@@ -237,6 +237,7 @@ void FilletChamferKnotHolderEntity::knot_set(Geom::Point const &p,
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;