From 80649bcd3a103bcfa2377f8d51522cb234d803ea Mon Sep 17 00:00:00 2001 From: Maximilian Albert Date: Tue, 19 Feb 2008 09:52:46 +0000 Subject: Revert #17388 as per buliabyaks comment in LP (bzr r4774) --- src/pencil-context.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/pencil-context.cpp') diff --git a/src/pencil-context.cpp b/src/pencil-context.cpp index 6bd4cd0b3..1088e19ed 100644 --- a/src/pencil-context.cpp +++ b/src/pencil-context.cpp @@ -238,8 +238,7 @@ pencil_handle_button_press(SPPencilContext *const pc, GdkEventButton const &beve desktop->messageStack()->flash(Inkscape::NORMAL_MESSAGE, _("Continuing selected path")); } else { - if (!(bevent.state & GDK_SHIFT_MASK) && - !(bevent.state & GDK_LOCK_MASK)) { + if (!(bevent.state & GDK_SHIFT_MASK)) { // This is the first click of a new curve; deselect item so that // this curve is not combined with it (unless it is drawn from its -- cgit v1.2.3