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/dyna-draw-context.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/dyna-draw-context.cpp') diff --git a/src/dyna-draw-context.cpp b/src/dyna-draw-context.cpp index d4cd49cac..666ea4d2d 100644 --- a/src/dyna-draw-context.cpp +++ b/src/dyna-draw-context.cpp @@ -888,8 +888,7 @@ sp_dyna_draw_context_root_handler(SPEventContext *event_context, /* Create object */ fit_and_split(dc, TRUE); accumulate_calligraphic(dc); - set_to_accumulated(dc, (event->button.state & GDK_SHIFT_MASK) || - (event->button.state & GDK_LOCK_MASK)); // performs document_done + set_to_accumulated(dc, event->button.state & GDK_SHIFT_MASK); // performs document_done /* reset accumulated curve */ sp_curve_reset(dc->accumulated); -- cgit v1.2.3