Code

Improve comment in pen-context.cpp
authorcilix42 <cilix42@users.sourceforge.net>
Wed, 6 Aug 2008 13:23:49 +0000 (13:23 +0000)
committercilix42 <cilix42@users.sourceforge.net>
Wed, 6 Aug 2008 13:23:49 +0000 (13:23 +0000)
src/pen-context.cpp

index 69c4861234a49431a16aa1b6a8cc90bffbb27ee7..ef59aeb319f0faa3731bb7412680a1a7d0dfedea 100644 (file)
@@ -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) {