]> git.saurik.com Git - wxWidgets.git/commitdiff
still define wxADJUST_MINSIZE when WXWIN_COMPATIBILITY_2_8 is 1 because it was define...
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 24 Sep 2008 20:51:08 +0000 (20:51 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 24 Sep 2008 20:51:08 +0000 (20:51 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55839 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/defs.h

index 6255413213766d8e5d2fe49749f6cf7735362a8e..ecfb32f0efdd48d3bc89887556c25e1cdd1a010d 100644 (file)
@@ -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,