summaryrefslogtreecommitdiffstats
path: root/src/pen-context.cpp
diff options
context:
space:
mode:
authorMaximilian Albert <maximilian.albert@gmail.com>2008-06-18 02:13:33 +0000
committercilix42 <cilix42@users.sourceforge.net>2008-06-18 02:13:33 +0000
commit2c39bcb53adb43c4173732fd196735388aed5ced (patch)
tree33515ee702c904e839f790e63fb32f4452d6774c /src/pen-context.cpp
parentNew LPE: Parallel (diff)
downloadinkscape-2c39bcb53adb43c4173732fd196735388aed5ced.tar.gz
inkscape-2c39bcb53adb43c4173732fd196735388aed5ced.zip
Temporary shortcut for LPEParallel in pen tool
(bzr r5976)
Diffstat (limited to 'src/pen-context.cpp')
-rw-r--r--src/pen-context.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/pen-context.cpp b/src/pen-context.cpp
index 6074eaa4b..78baacc76 100644
--- a/src/pen-context.cpp
+++ b/src/pen-context.cpp
@@ -994,8 +994,7 @@ pen_handle_key_press(SPPenContext *const pc, GdkEvent *event)
case GDK_P:
case GDK_p:
if (MOD__SHIFT_ONLY) {
- pc->polylines_only = !pc->polylines_only;
- g_print ("polylines_only mode is now %s\n", pc->polylines_only ? "true" : "false");
+ sp_pen_context_wait_for_LPE_mouse_clicks(pc, Inkscape::LivePathEffect::PARALLEL, 2);
ret = TRUE;
}
break;