summaryrefslogtreecommitdiff
path: root/common/defines.h
diff options
context:
space:
mode:
authorleo2006-03-06 01:17:19 +0000
committerleo2006-03-06 01:17:19 +0000
commit7803446ca9074a258ca0184aa9c317c47e2b8523 (patch)
tree16cb04c7233fefa46d517dc5a5b0fff3171ae3bb /common/defines.h
parent5313b0d1b2cf4a803d25faa80b6d7b697f046634 (diff)
Added an option to disable relative snap.
git-svn-id: http://svn.leocad.org/trunk@516 c7d43263-9d01-0410-8a33-9dba5d9f93d6
Diffstat (limited to 'common/defines.h')
-rw-r--r--common/defines.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/defines.h b/common/defines.h
index f871c6f..e5cd818 100644
--- a/common/defines.h
+++ b/common/defines.h
@@ -155,7 +155,7 @@ int stricmp(const char* str1, const char* str2);
#define LC_DRAW_SNAP_Y 0x0010 // Snap Y
#define LC_DRAW_SNAP_Z 0x0020 // Snap Z
#define LC_DRAW_SNAP_XYZ (LC_DRAW_SNAP_X | LC_DRAW_SNAP_Y | LC_DRAW_SNAP_Z)
-#define LC_DRAW_SNAP_GRID 0x0040 // Snap to grid (world coordinates)
+#define LC_DRAW_GLOBAL_SNAP 0x0040 // Don't allow relative snap.
#define LC_DRAW_MOVE 0x0080 // Switch to move after insert
#define LC_DRAW_LOCK_X 0x0100 // Lock X
#define LC_DRAW_LOCK_Y 0x0200 // Lock Y