]> git.saurik.com Git - wxWidgets.git/commitdiff
Updated the mask
authorJulian Smart <julian@anthemion.co.uk>
Thu, 8 Feb 2007 21:45:07 +0000 (21:45 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Thu, 8 Feb 2007 21:45:07 +0000 (21:45 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44428 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/renderer.h

index 852f70598cfb73ecb968382f3f29f4d96b6f69d0..448539d79caab4a7facceaf7d61b8d4498586a5a 100644 (file)
@@ -67,7 +67,7 @@ enum
     wxCONTROL_SIZE_SMALL  = 0x00000400,
     wxCONTROL_SIZE_MINI   = 0x00000800,
 
-    wxCONTROL_FLAGS_MASK = 0x000000ff,
+    wxCONTROL_FLAGS_MASK = 0x00000fff,
 
     // this is a pseudo flag not used directly by wxRenderer but rather by some
     // controls internally