diff options
| author | Diederik van Lierop <mail@diedenrezi.nl> | 2011-08-25 20:08:16 +0000 |
|---|---|---|
| committer | Diederik van Lierop <mail@diedenrezi.nl> | 2011-08-25 20:08:16 +0000 |
| commit | 3da0fd8b645937bcdd26d2ab3db716982030fc19 (patch) | |
| tree | 7a179f4738231b660719a116a5f0ce0dcc2ba178 /src/snap-preferences.h | |
| parent | Extensions. Missing files for Text>Extract... (diff) | |
| download | inkscape-3da0fd8b645937bcdd26d2ab3db716982030fc19.tar.gz inkscape-3da0fd8b645937bcdd26d2ab3db716982030fc19.zip | |
Fix "snap guides" toggle
Fixed bugs:
- https://launchpad.net/bugs/814457
(bzr r10582)
Diffstat (limited to '')
| -rw-r--r-- | src/snap-preferences.h | 4 |
1 files changed, 1 insertions, 3 deletions
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; |
