diff options
| author | Diederik van Lierop <mail@diedenrezi.nl> | 2009-04-12 13:32:00 +0000 |
|---|---|---|
| committer | dvlierop2 <dvlierop2@users.sourceforge.net> | 2009-04-12 13:32:00 +0000 |
| commit | c3bc5983d53ada2941694d354808d8416f77eea4 (patch) | |
| tree | aa0f61955f12ea99107c3bb9a92293170517e4d4 /src/snapped-point.h | |
| parent | Use the line intersection routines in 2geom/line.h instead of the deprecated ... (diff) | |
| download | inkscape-c3bc5983d53ada2941694d354808d8416f77eea4.tar.gz inkscape-c3bc5983d53ada2941694d354808d8416f77eea4.zip | |
Improved wording for the snap indicator: gradients snap to their parent's bounding box, so the snap indicator now displays "bla bla to bounding box"
(bzr r7689)
Diffstat (limited to 'src/snapped-point.h')
| -rw-r--r-- | src/snapped-point.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/snapped-point.h b/src/snapped-point.h index cc224452d..ee7c12aa7 100644 --- a/src/snapped-point.h +++ b/src/snapped-point.h @@ -39,7 +39,7 @@ enum SnapTargetType { SNAPTARGET_BBOX_EDGE, SNAPTARGET_BBOX_EDGE_MIDPOINT, SNAPTARGET_BBOX_MIDPOINT, - SNAPTARGET_GRADIENT, + SNAPTARGET_GRADIENTS_PARENT_BBOX, SNAPTARGET_PAGE_BORDER, SNAPTARGET_PAGE_CORNER, SNAPTARGET_CONVEX_HULL_CORNER, |
