From 4e1cafedb841b0efc313a86c4f8910fcbec0cf69 Mon Sep 17 00:00:00 2001 From: dvlierop2 Date: Sun, 25 Jan 2009 20:11:54 +0000 Subject: [PATCH] Remove the source snap-indicator when ungrabbing --- src/seltrans.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/seltrans.cpp b/src/seltrans.cpp index 76cfbe225..e55c25d79 100644 --- a/src/seltrans.cpp +++ b/src/seltrans.cpp @@ -438,6 +438,8 @@ void Inkscape::SelTrans::ungrab() sp_canvas_set_snap_delay_active(_desktop->canvas, false); + _desktop->snapindicator->remove_snapsource(); + Inkscape::Selection *selection = sp_desktop_selection(_desktop); _updateVolatileState(); -- 2.30.2