diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2013-12-30 22:50:51 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2013-12-30 22:50:51 +0000 |
| commit | 118a1dbf3b1b7145928aeb106d94b77f7f1cdfda (patch) | |
| tree | 0339ccaffb3786e528133a1772ea7ac677b6c895 /src/ui/tool/multi-path-manipulator.cpp | |
| parent | Spanish comment of curve-drag-point-cpp (diff) | |
| download | inkscape-118a1dbf3b1b7145928aeb106d94b77f7f1cdfda.tar.gz inkscape-118a1dbf3b1b7145928aeb106d94b77f7f1cdfda.zip | |
Spanish comment of multi-path-manipulator-cpp
(bzr r11950.1.222)
Diffstat (limited to 'src/ui/tool/multi-path-manipulator.cpp')
| -rw-r--r-- | src/ui/tool/multi-path-manipulator.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/tool/multi-path-manipulator.cpp b/src/ui/tool/multi-path-manipulator.cpp index 3612f9c56..c77d2d795 100644 --- a/src/ui/tool/multi-path-manipulator.cpp +++ b/src/ui/tool/multi-path-manipulator.cpp @@ -682,7 +682,9 @@ 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(mode==2){ + //spanish: ¿correcto? if(del_preserves_shape ^ held_control(event->key)) deleteNodes(false); else |
