From 7803446ca9074a258ca0184aa9c317c47e2b8523 Mon Sep 17 00:00:00 2001 From: leo Date: Mon, 6 Mar 2006 01:17:19 +0000 Subject: Added an option to disable relative snap. git-svn-id: http://svn.leocad.org/trunk@516 c7d43263-9d01-0410-8a33-9dba5d9f93d6 --- common/defines.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/defines.h') 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 -- cgit v1.2.3