From 5f4227119650c69ccd9bf9daf62f49d5a3b9dec6 Mon Sep 17 00:00:00 2001 From: cilix42 Date: Wed, 6 Aug 2008 13:23:49 +0000 Subject: [PATCH] Improve comment in pen-context.cpp --- src/pen-context.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pen-context.cpp b/src/pen-context.cpp index 69c486123..ef59aeb31 100644 --- a/src/pen-context.cpp +++ b/src/pen-context.cpp @@ -417,7 +417,7 @@ static gint pen_handle_button_press(SPPenContext *const pc, GdkEventButton const gint ret = FALSE; if (bevent.button == 1 && !event_context->space_panning - // when the last click for a waiting LPE occurs we want to finish the path + // make sure this is not the last click for a waiting LPE (otherwise we want to finish the path) && pc->expecting_clicks_for_LPE != 1) { if (Inkscape::have_viable_layer(desktop, dc->_message_context) == false) { -- 2.30.2