From: cilix42 Date: Wed, 6 Aug 2008 13:23:49 +0000 (+0000) Subject: Improve comment in pen-context.cpp X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=5f4227119650c69ccd9bf9daf62f49d5a3b9dec6;p=inkscape.git Improve comment in pen-context.cpp --- 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) {