Dave Page wrote:





-----Original Message-----
From: Andreas Pflug [mailto:[EMAIL PROTECTED] Sent: 16 October 2003 14:49
To: Dave Page
Cc: pgadmin-hackers
Subject: Re: [pgadmin-hackers] Font debugging code



Huh, that's bloody wrong.
Did you by any chance define wxDIALOG_UNIT_COMPATIBILITY to 1?



I didn't set it to 1, it was already 1 as that's the default. I will try 0 when I get a few minutes.

Perhaps we should document the important settings in setup.h?


We should...

Attached a patch to include/wx/msw/setup0.h, which sets all needed macros to a sensible default. This should be in our wx snapshot.

Regards,
Andreas

Index: setup0.h
===================================================================
RCS file: /pack/cvsroots/wxwindows/wxWindows/include/wx/msw/setup0.h,v
retrieving revision 1.162
diff -r1.162 setup0.h
61c61
< #define wxDIALOG_UNIT_COMPATIBILITY   1
---
> #define wxDIALOG_UNIT_COMPATIBILITY   0
151c151
<     #define wxUSE_UNICODE 0
---
>     #define wxUSE_UNICODE 1
195c195
< #define wxUSE_EXCEPTIONS    1
---
> #define wxUSE_EXCEPTIONS    0
---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
      subscribe-nomail command to [EMAIL PROTECTED] so that your
      message can get through to the mailing list cleanly

Reply via email to