summaryrefslogtreecommitdiffstats
path: root/src/ui/tool/curve-drag-point.cpp
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2011-11-05 23:46:09 +0000
committerJohan Engelen <goejendaagh@zonnet.nl>2011-11-05 23:46:09 +0000
commitd98a89be688002c6fb69775a324af6669203090a (patch)
tree4b80d3b468ef0edf4b4b06c3e789d7b9455a7314 /src/ui/tool/curve-drag-point.cpp
parentfix LPE toggle icon (diff)
downloadinkscape-d98a89be688002c6fb69775a324af6669203090a.tar.gz
inkscape-d98a89be688002c6fb69775a324af6669203090a.zip
Powerstroke: adjust control points when adding or deleting knots, to try and keep the shape a bit the same...
(bzr r10728)
Diffstat (limited to 'src/ui/tool/curve-drag-point.cpp')
-rw-r--r--src/ui/tool/curve-drag-point.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/tool/curve-drag-point.cpp b/src/ui/tool/curve-drag-point.cpp
index a3fb5aa6e..8dafb55d7 100644
--- a/src/ui/tool/curve-drag-point.cpp
+++ b/src/ui/tool/curve-drag-point.cpp
@@ -153,7 +153,7 @@ void CurveDragPoint::_insertNode(bool take_selection)
}
_pm._selection.insert(inserted.ptr());
- _pm.update();
+ _pm.update(true);
_pm._commit(_("Add node"));
}