diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2013-03-21 01:32:40 +0000 |
|---|---|---|
| committer | Jabiertxo Arraiza Zenotz <jtx@jtx.marker.es> | 2013-03-21 01:32:40 +0000 |
| commit | 27c65a6e91a8e79ae5b31e0a62869e3ec0e336c2 (patch) | |
| tree | 42723c2a30a65ad191a1103ed2ec4e124660e045 /src/ui/tool/multi-path-manipulator.cpp | |
| parent | For testing, widget added, regression fixed (diff) | |
| parent | Fixing node fault (diff) | |
| download | inkscape-27c65a6e91a8e79ae5b31e0a62869e3ec0e336c2.tar.gz inkscape-27c65a6e91a8e79ae5b31e0a62869e3ec0e336c2.zip | |
Inserting nodes fixed, cleanup
(bzr r11950.1.63)
Diffstat (limited to 'src/ui/tool/multi-path-manipulator.cpp')
| -rw-r--r-- | src/ui/tool/multi-path-manipulator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/tool/multi-path-manipulator.cpp b/src/ui/tool/multi-path-manipulator.cpp index 3623bb006..94860093d 100644 --- a/src/ui/tool/multi-path-manipulator.cpp +++ b/src/ui/tool/multi-path-manipulator.cpp @@ -307,7 +307,7 @@ void MultiPathManipulator::setNodeType(NodeType type) Node *node = dynamic_cast<Node*>(*i); if (node) { retract_handles &= (node->type() == NODE_CUSP); - node->setType(type,true); + node->setType(type); } } |
