From ebe31268be92786ed304255beb8453ff2531a457 Mon Sep 17 00:00:00 2001 From: Diederik van Lierop Date: Sun, 4 Jul 2010 23:19:23 +0200 Subject: [PATCH] When snapping the object midpoint the snap source wasn't displayed --- src/snap-enums.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/snap-enums.h b/src/snap-enums.h index 4e6854054..64be34637 100644 --- a/src/snap-enums.h +++ b/src/snap-enums.h @@ -66,10 +66,10 @@ enum SnapSourceType { SNAPSOURCE_CONVEX_HULL_CORNER, SNAPSOURCE_ELLIPSE_QUADRANT_POINT, SNAPSOURCE_NODE_HANDLE, // eg. nodes in the path editor, handles of stars or rectangles, etc. (tied to a stroke) + SNAPSOURCE_OBJECT_MIDPOINT, //------------------------------------------------------------------- // Other points (e.g. guides, gradient knots) will snap to both bounding boxes and nodes SNAPSOURCE_OTHER_CATEGORY = 1024, // will be used as a flag and must therefore be a power of two - SNAPSOURCE_OBJECT_MIDPOINT, SNAPSOURCE_ROTATION_CENTER, SNAPSOURCE_CENTER, // of ellipse SNAPSOURCE_GUIDE, -- 2.30.2