summaryrefslogtreecommitdiffstats
path: root/src/ui/tool/multi-path-manipulator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/tool/multi-path-manipulator.cpp')
-rw-r--r--src/ui/tool/multi-path-manipulator.cpp2
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);
}
}