From 31ee773757df1c85399cb06135b7c48129a2b327 Mon Sep 17 00:00:00 2001 From: leo Date: Wed, 28 Sep 2005 19:07:56 +0000 Subject: 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 --- win/Stdafx.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'win/Stdafx.h') 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. -- cgit v1.2.3