summaryrefslogtreecommitdiff
path: root/win/Stdafx.h
diff options
context:
space:
mode:
authorleo2005-09-28 19:07:56 +0000
committerleo2005-09-28 19:07:56 +0000
commit31ee773757df1c85399cb06135b7c48129a2b327 (patch)
treed62d662f3303deb671bf946b699b88eb3a1a8dd1 /win/Stdafx.h
parentbfde4a4c719508b3d78a413eaa7564001c1f1b1f (diff)
Removed the option to disable the piece preview, it's always enabled now.
git-svn-id: http://svn.leocad.org/trunk@422 c7d43263-9d01-0410-8a33-9dba5d9f93d6
Diffstat (limited to 'win/Stdafx.h')
-rw-r--r--win/Stdafx.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/win/Stdafx.h b/win/Stdafx.h
index a9c6b96..7614a2c 100644
--- a/win/Stdafx.h
+++ b/win/Stdafx.h
@@ -47,12 +47,12 @@
#define PRINT_BORDER 0x008
// Piecebar settings
-#define PIECEBAR_PREVIEW 0x01 // Show piece preview
-#define PIECEBAR_SUBPARTS 0x02 // Show subparts
-#define PIECEBAR_GROUP 0x04 // Group pieces
-#define PIECEBAR_ZOOMPREVIEW 0x08 // Zoom piece preview
-#define PIECEBAR_COMBO 0x10 // Show combobox
-#define PIECEBAR_PARTNUMBERS 0x20 // Show part numbers
+//#define PIECEBAR_PREVIEW 0x01 // Show piece preview
+#define PIECEBAR_SUBPARTS 0x02 // Show subparts
+#define PIECEBAR_GROUP 0x04 // Group pieces
+//#define PIECEBAR_ZOOMPREVIEW 0x08 // Zoom piece preview
+#define PIECEBAR_COMBO 0x10 // Show combobox
+#define PIECEBAR_PARTNUMBERS 0x20 // Show part numbers
//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.