summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-fillet-chamfer.cpp
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2015-04-02 19:47:51 +0000
committerJabiertxof <jtx@jtx.marker.es>2015-04-02 19:47:51 +0000
commite7fc8e1fde0b795b34ab0db85575bbf7c9c11791 (patch)
treedb1d0b1828b6d27674ebb095466973b16e51955b /src/live_effects/lpe-fillet-chamfer.cpp
parentNow open -without conversion- old fillet chamfer objects (diff)
downloadinkscape-e7fc8e1fde0b795b34ab0db85575bbf7c9c11791.tar.gz
inkscape-e7fc8e1fde0b795b34ab0db85575bbf7c9c11791.zip
add move knots when move nodes pointed by su_v
(bzr r13645.1.69)
Diffstat (limited to 'src/live_effects/lpe-fillet-chamfer.cpp')
-rw-r--r--src/live_effects/lpe-fillet-chamfer.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/live_effects/lpe-fillet-chamfer.cpp b/src/live_effects/lpe-fillet-chamfer.cpp
index 6ff098894..ac412e120 100644
--- a/src/live_effects/lpe-fillet-chamfer.cpp
+++ b/src/live_effects/lpe-fillet-chamfer.cpp
@@ -405,6 +405,9 @@ void LPEFilletChamfer::doBeforeEffect(SPLPEItem const *lpeItem)
sats = satellites_param.data();
}
//optional call
+ if (satellites_param.knoth) {
+ satellites_param.knoth->update_knots();
+ }
if (hide_knots) {
satellites_param.setHelperSize(0);
} else {