summaryrefslogtreecommitdiffstats
path: root/src/pen-context.cpp
diff options
context:
space:
mode:
authorMaximilian Albert <maximilian.albert@gmail.com>2008-08-06 13:23:49 +0000
committercilix42 <cilix42@users.sourceforge.net>2008-08-06 13:23:49 +0000
commitf59042dd757499b9f900ab9656686b15e4bd2a64 (patch)
treef298cb74e3a447b61067bdb91dd7da7f20c84612 /src/pen-context.cpp
parentcleanup (remove obsolete code) (diff)
downloadinkscape-f59042dd757499b9f900ab9656686b15e4bd2a64.tar.gz
inkscape-f59042dd757499b9f900ab9656686b15e4bd2a64.zip
Improve comment in pen-context.cpp
(bzr r6577)
Diffstat (limited to 'src/pen-context.cpp')
-rw-r--r--src/pen-context.cpp2
1 files changed, 1 insertions, 1 deletions
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) {