X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Frect-context.cpp;h=81161e7eac0cd0a0d5c61b604d15b8967ae8675c;hb=9d30357426bc35805b12d3dcaf3b75874d4197f9;hp=f1494646341f08b87dba252a36bb5bf943f7b77e;hpb=1f60221c7de693c3fe1cbd60ffd1d5406b22d9fb;p=inkscape.git diff --git a/src/rect-context.cpp b/src/rect-context.cpp index f14946463..81161e7ea 100644 --- a/src/rect-context.cpp +++ b/src/rect-context.cpp @@ -7,6 +7,7 @@ * Lauris Kaplinski * bulia byak * + * Copyright (C) 2006 Johan Engelen * Copyright (C) 2000-2005 authors * Copyright (C) 2000-2001 Ximian, Inc. * @@ -373,10 +374,12 @@ static gint sp_rect_context_root_handler(SPEventContext *event_context, GdkEvent case GDK_Shift_R: case GDK_Meta_L: // Meta is when you press Shift+Alt (at least on my machine) case GDK_Meta_R: - sp_event_show_modifier_tip (event_context->defaultMessageContext(), event, - _("Ctrl: make square or integer-ratio rect, lock a rounded corner circular"), - _("Shift: draw around the starting point"), - NULL); + if (!dragging){ + sp_event_show_modifier_tip (event_context->defaultMessageContext(), event, + _("Ctrl: make square or integer-ratio rect, lock a rounded corner circular"), + _("Shift: draw around the starting point"), + NULL); + } break; case GDK_Up: case GDK_Down: