diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2014-03-05 19:18:54 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2014-03-05 19:18:54 +0000 |
| commit | c15e77cc2670408ab725ba60c064743a9b61a375 (patch) | |
| tree | 9ebb988c9e9b30c0c8261ceb919e0c49ff1b2aa1 /src/ui/tool/multi-path-manipulator.cpp | |
| parent | Fixing branch problems (diff) | |
| download | inkscape-c15e77cc2670408ab725ba60c064743a9b61a375.tar.gz inkscape-c15e77cc2670408ab725ba60c064743a9b61a375.zip | |
Fixing branch problems
(bzr r11950.1.281)
Diffstat (limited to 'src/ui/tool/multi-path-manipulator.cpp')
| -rw-r--r-- | src/ui/tool/multi-path-manipulator.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/ui/tool/multi-path-manipulator.cpp b/src/ui/tool/multi-path-manipulator.cpp index b7f3ac29b..68aaa77a5 100644 --- a/src/ui/tool/multi-path-manipulator.cpp +++ b/src/ui/tool/multi-path-manipulator.cpp @@ -671,9 +671,10 @@ bool MultiPathManipulator::event(Inkscape::UI::Tools::ToolBase *event_context, G // b) ctrl+del preserves shape (del_preserves_shape is false), and control is pressed // Hence xor guint mode = prefs->getInt("/tools/freehand/pen/freehand-mode", 0); - //spanish: si es trazado bspline (mode 2) + + //if the trace is bspline ( mode 2) if(mode==2){ - //spanish: ¿correcto? + // is this correct ? if(del_preserves_shape ^ held_control(event->key)) deleteNodes(false); else |
