diff options
| author | root <root@jtx.marker.es> | 2013-04-07 22:50:31 +0000 |
|---|---|---|
| committer | root <root@jtx.marker.es> | 2013-04-07 22:50:31 +0000 |
| commit | 30858428c74d1fa0f119f40b99fa5e51836d8599 (patch) | |
| tree | 62190b9e91a164a3df6a69817012260e02f96838 /src/ui/tool/node.cpp | |
| parent | Update to trunk (diff) | |
| download | inkscape-30858428c74d1fa0f119f40b99fa5e51836d8599.tar.gz inkscape-30858428c74d1fa0f119f40b99fa5e51836d8599.zip | |
Change width only for selected nodes by widget
(bzr r11950.1.83)
Diffstat (limited to 'src/ui/tool/node.cpp')
| -rw-r--r-- | src/ui/tool/node.cpp | 2 |
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 |
