diff options
| author | jtx <javier.arraiza@marker.es> | 2015-09-01 10:45:09 +0000 |
|---|---|---|
| committer | jtx <javier.arraiza@marker.es> | 2015-09-01 10:45:09 +0000 |
| commit | 6dd9965594784716e56646d385b9a81063290353 (patch) | |
| tree | 6cb025577f3205b3cd7f8db2c2ab53c251b7b079 /src/ui/tool/node.cpp | |
| parent | Merge faster touch select (diff) | |
| download | inkscape-6dd9965594784716e56646d385b9a81063290353.tar.gz inkscape-6dd9965594784716e56646d385b9a81063290353.zip | |
Improvements to BSPline widgets:
Now the "Change Weight" is % based insteas 0-1 interval
Removed "Ignore cusp nodes" and substituted by:
"Apply on cusp nodes" and "Apply on non cusp nodes"
(bzr r14337)
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 55d801c46..06e49dc7f 100644 --- a/src/ui/tool/node.cpp +++ b/src/ui/tool/node.cpp @@ -61,7 +61,7 @@ namespace Inkscape { namespace UI { const double NO_POWER = 0.0; -const double DEFAULT_START_POWER = 0.3334; +const double DEFAULT_START_POWER = 0.333334; ControlPoint::ColorSet Node::node_colors = { {0xbfbfbf00, 0x000000ff}, // normal fill, stroke |
