summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/satellitesarray.cpp
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2016-05-11 20:27:45 +0000
committerjabiertxof <info@marker.es>2016-05-11 20:27:45 +0000
commitb03cc6d03c9cfa57ebee8c70412e96c5d92f4f83 (patch)
treef415fc8013a6905b0771cd50a46d1a2899fbcf2e /src/live_effects/parameter/satellitesarray.cpp
parentupdate to trunk (diff)
downloadinkscape-b03cc6d03c9cfa57ebee8c70412e96c5d92f4f83.tar.gz
inkscape-b03cc6d03c9cfa57ebee8c70412e96c5d92f4f83.zip
pre-remove of subpath update satellites
(bzr r13645.1.132)
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 9f14a1d5b..8e6ba0b41 100644
--- a/src/live_effects/parameter/satellitesarray.cpp
+++ b/src/live_effects/parameter/satellitesarray.cpp
@@ -339,6 +339,7 @@ Geom::Point FilletChamferKnotHolderEntity::knot_get() const
return Geom::Point(Geom::infinity(), Geom::infinity());
}
Geom::PathVector pathv = pointwise->getPV();
+
if (pathv[_index].size() <= subindex){ //We know this path is open and is last satellite. Hide it
_pparam->_vector[_index][subindex].hidden = true;
return Geom::Point(Geom::infinity(), Geom::infinity());