From 2c39bcb53adb43c4173732fd196735388aed5ced Mon Sep 17 00:00:00 2001 From: Maximilian Albert Date: Wed, 18 Jun 2008 02:13:33 +0000 Subject: Temporary shortcut for LPEParallel in pen tool (bzr r5976) --- src/pen-context.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/pen-context.cpp') 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; -- cgit v1.2.3