summaryrefslogtreecommitdiffstats
path: root/src/snap-enums.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/snap-enums.h')
-rw-r--r--src/snap-enums.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/snap-enums.h b/src/snap-enums.h
index 3d03711e3..cf09ba45b 100644
--- a/src/snap-enums.h
+++ b/src/snap-enums.h
@@ -75,7 +75,8 @@ enum SnapSourceType {
SNAPSOURCE_GUIDE,
SNAPSOURCE_GUIDE_ORIGIN,
SNAPSOURCE_TEXT_BASELINE,
- SNAPSOURCE_OTHER_HANDLE // eg. the handle of a gradient of a connector (ie not being tied to a stroke)
+ SNAPSOURCE_OTHER_HANDLE, // eg. the handle of a gradient of a connector (ie not being tied to a stroke)
+ SNAPSOURCE_GRID_PITCH, // eg. when pasting or alt-dragging in the selector tool; not realy a snap source
};
}