summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/satellitepairarray.cpp
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2015-02-15 23:12:00 +0000
committerJabiertxof <jtx@jtx.marker.es>2015-02-15 23:12:00 +0000
commit5c3350ef1281298f25c1cbcb60a66d238a417030 (patch)
tree2d5d1ae0b310f4b8a58c6710ea5fd10cd3171458 /src/live_effects/parameter/satellitepairarray.cpp
parentupdate to trunk (diff)
downloadinkscape-5c3350ef1281298f25c1cbcb60a66d238a417030.tar.gz
inkscape-5c3350ef1281298f25c1cbcb60a66d238a417030.zip
added knots
(bzr r13645.1.12)
Diffstat (limited to 'src/live_effects/parameter/satellitepairarray.cpp')
-rw-r--r--src/live_effects/parameter/satellitepairarray.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/parameter/satellitepairarray.cpp b/src/live_effects/parameter/satellitepairarray.cpp
index f4f79b485..a40e70e1f 100644
--- a/src/live_effects/parameter/satellitepairarray.cpp
+++ b/src/live_effects/parameter/satellitepairarray.cpp
@@ -93,7 +93,7 @@ void SatellitePairArrayParamKnotHolderEntity::knot_set(Point const &p,
Geom::Point
SatellitePairArrayParamKnotHolderEntity::knot_get() const
{
- Geom::Point const canvas_point = _pparam->_vector.at(_index).second.getPosition(_pparam->last_pwd2[_pparam->_vector.at(_index).second]);
+ Geom::Point const canvas_point = _pparam->_vector.at(_index).second.getPosition(_pparam->last_pwd2[_pparam->_vector.at(_index).first]);
return canvas_point;
}