diff options
| author | Diederik van Lierop <mail@diedenrezi.nl> | 2009-06-02 04:36:17 +0000 |
|---|---|---|
| committer | dvlierop2 <dvlierop2@users.sourceforge.net> | 2009-06-02 04:36:17 +0000 |
| commit | 9d1365da9d6ed6312e4f034df40aa64dec35c9e0 (patch) | |
| tree | b5d6de8cc2a3293d1b8db11dfd8fd17f7d8cfa06 /src/snapped-point.h | |
| parent | Moved whiteboard related file to POTFILES.ignore (diff) | |
| download | inkscape-9d1365da9d6ed6312e4f034df40aa64dec35c9e0.tar.gz inkscape-9d1365da9d6ed6312e4f034df40aa64dec35c9e0.zip | |
When dragging the origin of a guide along that guide, we should use constrained snapping instead of free snapping. Also make sure that we snap to paths too, not just to guides
(bzr r7973)
Diffstat (limited to 'src/snapped-point.h')
| -rw-r--r-- | src/snapped-point.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/snapped-point.h b/src/snapped-point.h index ee7c12aa7..d071afddc 100644 --- a/src/snapped-point.h +++ b/src/snapped-point.h @@ -62,6 +62,7 @@ enum SnapSourceType { SNAPSOURCE_HANDLE, SNAPSOURCE_PATH_INTERSECTION, SNAPSOURCE_GUIDE, + SNAPSOURCE_GUIDE_ORIGIN, SNAPSOURCE_CONVEX_HULL_CORNER, SNAPSOURCE_ELLIPSE_QUADRANT_POINT, SNAPSOURCE_CENTER, // of ellipse |
