From 040ca45ff1001b08f821067ed7106d3195c64951 Mon Sep 17 00:00:00 2001 From: Jabiertxof Date: Thu, 4 Oct 2018 15:41:14 +0200 Subject: Fix updating widgets on LPE missed in the refactor --- src/live_effects/parameter/satellitesarray.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/live_effects/parameter/satellitesarray.cpp') 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; -- cgit v1.2.3