diff options
| author | Diederik van Lierop <mail@diedenrezi.nl> | 2009-02-15 20:30:42 +0000 |
|---|---|---|
| committer | dvlierop2 <dvlierop2@users.sourceforge.net> | 2009-02-15 20:30:42 +0000 |
| commit | 32035d39b6b1138500eee1f625e40fe52c29bf26 (patch) | |
| tree | eb93df4c2799563e5eab32e06075f703e56443f5 /src/snap.h | |
| parent | Zero page size for GTK spinbutton change (diff) | |
| download | inkscape-32035d39b6b1138500eee1f625e40fe52c29bf26.tar.gz inkscape-32035d39b6b1138500eee1f625e40fe52c29bf26.zip | |
After snapping, show a tooltip together with the snap indicator
(bzr r7296)
Diffstat (limited to 'src/snap.h')
| -rw-r--r-- | src/snap.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/snap.h b/src/snap.h index 177e9b529..b86ceb8b0 100644 --- a/src/snap.h +++ b/src/snap.h @@ -139,6 +139,8 @@ public: SPNamedView const *getNamedView() const {return _named_view;} SPDocument *getDocument() const; + bool getSnapIndicator() const {return _snapindicator;} + protected: SPNamedView const *_named_view; |
