From: dvlierop2 Date: Sun, 25 Jan 2009 20:11:54 +0000 (+0000) Subject: Remove the source snap-indicator when ungrabbing X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=4e1cafedb841b0efc313a86c4f8910fcbec0cf69;p=inkscape.git Remove the source snap-indicator when ungrabbing --- 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();