summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/powerstrokepointarray.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/live_effects/parameter/powerstrokepointarray.cpp')
-rw-r--r--src/live_effects/parameter/powerstrokepointarray.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/parameter/powerstrokepointarray.cpp b/src/live_effects/parameter/powerstrokepointarray.cpp
index 7fa837689..4ed8998fa 100644
--- a/src/live_effects/parameter/powerstrokepointarray.cpp
+++ b/src/live_effects/parameter/powerstrokepointarray.cpp
@@ -202,7 +202,7 @@ PowerStrokePointArrayParamKnotHolderEntity::knot_get() const
void PowerStrokePointArrayParamKnotHolderEntity::knot_set_offset(Geom::Point offset)
{
_pparam->_vector.at(_index) = Geom::Point(offset.x(), offset.y() / 2);
- this->parent_holder->knot_ungrabbed_handler(this->knot);
+ this->parent_holder->knot_ungrabbed_handler(this->knot, 0);
}
void