menu alignment
Troels
tk at tk.tk
Thu Mar 1 03:16:40 PST 2007
> I see a misalignment of the File menu with bitmap with VC and DMC
> compilers, but not with watcom
Significant probably. Perhaps it has to do with
#if defined(MIIM_BITMAP) && (_WIN32_WINNT >= 0x0500)
Perhaps MIIM_BITMAP and/or _WIN32_WINNT (or some such) are defined
differently in watcom headers? I did try out several different settings
of these, in VC, didn't appear to have the desired effect, perhaps
watcom have just the right combination of settings??
Regards
Troels
More information about the wx-users
mailing list