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/snapped-point.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/snapped-point.h')
| -rw-r--r-- | src/snapped-point.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/snapped-point.h b/src/snapped-point.h index cddddd53b..7085ccae8 100644 --- a/src/snapped-point.h +++ b/src/snapped-point.h @@ -33,7 +33,8 @@ enum SnapTargetType { SNAPTARGET_PATH_INTERSECTION, SNAPTARGET_BBOX_CORNER, SNAPTARGET_BBOX_EDGE, - SNAPTARGET_GRADIENT + SNAPTARGET_GRADIENT, + SNAPTARGET_PAGE_BORDER }; /// Class describing the result of an attempt to snap. |
