From 3da0fd8b645937bcdd26d2ab3db716982030fc19 Mon Sep 17 00:00:00 2001 From: Diederik van Lierop Date: Thu, 25 Aug 2011 22:08:16 +0200 Subject: Fix "snap guides" toggle Fixed bugs: - https://launchpad.net/bugs/814457 (bzr r10582) --- src/snap-preferences.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/snap-preferences.h') diff --git a/src/snap-preferences.h b/src/snap-preferences.h index dac11b3aa..cfcdf6137 100644 --- a/src/snap-preferences.h +++ b/src/snap-preferences.h @@ -28,9 +28,6 @@ public: bool isTargetSnappable(Inkscape::SnapTargetType const target1, Inkscape::SnapTargetType const target2) const; bool isTargetSnappable(Inkscape::SnapTargetType const target1, Inkscape::SnapTargetType const target2, Inkscape::SnapTargetType const target3) const; bool isTargetSnappable(Inkscape::SnapTargetType const target1, Inkscape::SnapTargetType const target2, Inkscape::SnapTargetType const target3, Inkscape::SnapTargetType const target4) const; - //bool isAnyBBoxSnappable() const; - //bool isAnyNodeOrPathSnappable() const; - //bool isAnyOtherSnappable() const; bool isSnapButtonEnabled(Inkscape::SnapTargetType const target) const; void setSnapModeBBox(bool enabled); @@ -38,6 +35,7 @@ public: void setSnapModeOthers(bool enabled); bool getSnapModeBBox() const; bool getSnapModeNode() const; + bool getSnapModeDatums() const; bool getSnapModeOthers() const; bool getSnapModeAny() const; -- cgit v1.2.3