summaryrefslogtreecommitdiffstats
path: root/src/ui/tool/node.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/tool/node.cpp')
-rw-r--r--src/ui/tool/node.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/tool/node.cpp b/src/ui/tool/node.cpp
index 1f609dfa0..8f1c37649 100644
--- a/src/ui/tool/node.cpp
+++ b/src/ui/tool/node.cpp
@@ -577,8 +577,8 @@ Node::Node(NodeSharedData const &data, Geom::Point const &initial_pos) :
_type(NODE_CUSP),
_handles_shown(false)
{
- // NOTE we do not set type here, because the handles are still degenerate
this->bsplineWeight = 0.3334;
+ // NOTE we do not set type here, because the handles are still degenerate
}
Node const *Node::_next() const