diff options
Diffstat (limited to 'src/knotholder.cpp')
| -rw-r--r-- | src/knotholder.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/knotholder.cpp b/src/knotholder.cpp index f78198275..781d5a3bc 100644 --- a/src/knotholder.cpp +++ b/src/knotholder.cpp @@ -161,7 +161,7 @@ KnotHolder::knot_ungrabbed_handler(SPKnot *knot) this->released(this->item); } else { SPObject *object = (SPObject *) this->item; - object->updateRepr(object->repr, SP_OBJECT_WRITE_EXT); + object->updateRepr(); /* do cleanup tasks (e.g., for LPE items write the parameter values * that were changed by dragging the handle to SVG) |
