diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2014-09-22 21:59:18 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2014-09-22 21:59:18 +0000 |
| commit | 127e68f823638bee0728d275dc2610ed1e062b6b (patch) | |
| tree | b108212c836c57984a958f2eccb52e9742c959ee /src/ui/tool/node.cpp | |
| parent | Fix for strange gap at shift to cusp in bspline (diff) | |
| download | inkscape-127e68f823638bee0728d275dc2610ed1e062b6b.tar.gz inkscape-127e68f823638bee0728d275dc2610ed1e062b6b.zip | |
Fix a bug in BSpline, happend pressing any key hover a modified weight handle -it buggy reset to default weight-.
(bzr r13341.1.216)
Diffstat (limited to 'src/ui/tool/node.cpp')
| -rw-r--r-- | src/ui/tool/node.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/tool/node.cpp b/src/ui/tool/node.cpp index e38f82673..8ef5a61dc 100644 --- a/src/ui/tool/node.cpp +++ b/src/ui/tool/node.cpp @@ -293,6 +293,7 @@ bool Handle::_eventHandler(Inkscape::UI::Tools::ToolBase *event_context, GdkEven break; default: break; } + break; // new double click event to set the handlers of a node to the default proportion, 0.3334% case GDK_2BUTTON_PRESS: handle_2button_press(); |
