From: Vadim Zeitlin Date: Wed, 24 Sep 2008 20:51:08 +0000 (+0000) Subject: still define wxADJUST_MINSIZE when WXWIN_COMPATIBILITY_2_8 is 1 because it was define... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/75eec3adfbb1ec922bbba056be5e3487cc14a631?ds=inline still define wxADJUST_MINSIZE when WXWIN_COMPATIBILITY_2_8 is 1 because it was defined (even if as just 0) in 2.8 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55839 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/defs.h b/include/wx/defs.h index 6255413213..ecfb32f0ef 100644 --- a/include/wx/defs.h +++ b/include/wx/defs.h @@ -1557,7 +1557,7 @@ enum wxAlignment enum wxSizerFlagBits { /* for compatibility only, default now, don't use explicitly any more */ -#if WXWIN_COMPATIBILITY_2_6 +#if WXWIN_COMPATIBILITY_2_8 wxADJUST_MINSIZE = 0, #endif wxFIXED_MINSIZE = 0x8000,