From 92eaf25bd0cd712325069e64a18def0993376af6 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Sat, 8 Jul 2000 10:27:09 +0000 Subject: [PATCH] Added wxDIALOG_UNIT_COMPATIBILITY git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7711 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/msw/setup0.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/wx/msw/setup0.h b/include/wx/msw/setup0.h index 7feaf2e3ea..f861cf4d20 100644 --- a/include/wx/msw/setup0.h +++ b/include/wx/msw/setup0.h @@ -616,6 +616,10 @@ // Define 1 for font size to be backward compatible // to 1.63 and earlier. 1.64 and later define point // sizes to be compatible with Windows. +#define wxDIALOG_UNIT_COMPATIBILITY 1 + // Set to 0 for accurate dialog units, else + // 1 to be as per 2.1.16 and before. If migrating + // between versions, your dialogs may seem to shrink. #define wxUSE_PENWINDOWS 0 // Set to 1 to use PenWindows