From 7ee9333db81b143e5b4fd02950088963998545eb Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Sun, 1 Oct 2006 17:26:35 +0000 Subject: Other tools now also retain there specific statusbar text when pressing alt/shift/ctrl. (bzr r1748) --- src/rect-context.cpp | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'src/rect-context.cpp') 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: -- cgit v1.2.3