diff options
| author | Diederik van Lierop <mailat-signdiedenrezidotnl> | 2009-12-30 14:34:51 +0000 |
|---|---|---|
| committer | Diederik van Lierop <mailat-signdiedenrezidotnl> | 2009-12-30 14:34:51 +0000 |
| commit | 760e1d9dca7bff3c00758d8efc38f8ba22766e08 (patch) | |
| tree | 96ed2a38abe420eb10ed234060d5595accd3101f /src/display/snap-indicator.cpp | |
| parent | Dummy merge to get good version history. (diff) | |
| download | inkscape-760e1d9dca7bff3c00758d8efc38f8ba22766e08.tar.gz inkscape-760e1d9dca7bff3c00758d8efc38f8ba22766e08.zip | |
Small snap bug has been eliminated, flowed text snapping now uses baseline, replacing tabs by spaces, removing some commented lines
(bzr r8925)
Diffstat (limited to 'src/display/snap-indicator.cpp')
| -rw-r--r-- | src/display/snap-indicator.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/display/snap-indicator.cpp b/src/display/snap-indicator.cpp index 20ea7d58c..fdea9cbbf 100644 --- a/src/display/snap-indicator.cpp +++ b/src/display/snap-indicator.cpp @@ -46,11 +46,10 @@ SnapIndicator::set_new_snaptarget(Inkscape::SnappedPoint const p) g_assert(_desktop != NULL); - /* Commented out for now, because this might hide any snapping bug! if (!p.getSnapped()) { - return; // If we haven't snapped, then it is of no use to draw a snapindicator + g_warning("No snapping took place, so no snap target will be displayed"); + return; // If we haven't snapped, then it is of no use to draw a snapindicator } - */ Inkscape::Preferences *prefs = Inkscape::Preferences::get(); bool value = prefs->getBool("/options/snapindicator/value", true); |
