diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2013-10-07 15:09:32 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2013-10-07 15:09:32 +0000 |
| commit | f238a7004752e4e56b7e6d602f675c97c0ce4733 (patch) | |
| tree | 03e632f227e882cda5a70d7299626e3c3e62b78c /src/ui/tool/node.cpp | |
| parent | update to trunk (diff) | |
| download | inkscape-f238a7004752e4e56b7e6d602f675c97c0ce4733.tar.gz inkscape-f238a7004752e4e56b7e6d602f675c97c0ce4733.zip | |
Fixing BSplines
(bzr r11950.1.174)
Diffstat (limited to 'src/ui/tool/node.cpp')
| -rw-r--r-- | src/ui/tool/node.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/tool/node.cpp b/src/ui/tool/node.cpp index c5ab2f316..c6d4537dd 100644 --- a/src/ui/tool/node.cpp +++ b/src/ui/tool/node.cpp @@ -726,6 +726,7 @@ void Node::transform(Geom::Affine const &m) /* Affine transforms keep handle invariants for smooth and symmetric nodes, * but smooth nodes at ends of linear segments and auto nodes need special treatment */ _fixNeighbors(old_pos, position()); + _pm().BSplineNodeHandlesReposition(this); } Geom::Rect Node::bounds() const |
