diff options
| author | Diederik van Lierop <mail@diedenrezi.nl> | 2009-01-25 20:11:54 +0000 |
|---|---|---|
| committer | dvlierop2 <dvlierop2@users.sourceforge.net> | 2009-01-25 20:11:54 +0000 |
| commit | 524604f1fe86d75b3c9aceef013727f2703bec42 (patch) | |
| tree | 67b1f7b85b260b6db7c1f7f56931c75e2f3653e5 /src | |
| parent | Remove some SP_ACTIVE_DESKTOP() calls (diff) | |
| download | inkscape-524604f1fe86d75b3c9aceef013727f2703bec42.tar.gz inkscape-524604f1fe86d75b3c9aceef013727f2703bec42.zip | |
Remove the source snap-indicator when ungrabbing
(bzr r7175)
Diffstat (limited to 'src')
| -rw-r--r-- | src/seltrans.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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(); |
