diff options
Diffstat (limited to 'src/pen-context.cpp')
| -rw-r--r-- | src/pen-context.cpp | 3 |
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; |
