]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed constants of the new wxPG_EX styles
authorJaakko Salli <jaakko.salli@dnainternet.net>
Fri, 11 Sep 2009 16:41:31 +0000 (16:41 +0000)
committerJaakko Salli <jaakko.salli@dnainternet.net>
Fri, 11 Sep 2009 16:41:31 +0000 (16:41 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61881 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/propgrid/propgrid.h

index 0bcd775d78b9bacf34f0d690b6deb8280b1d7185..75786e85ba4451922b00b68d0863dc9dbdec8749 100644 (file)
@@ -280,11 +280,11 @@ wxPG_EX_ENABLE_TLP_TRACKING             = 0x04000000,
 
 /** Don't show divider above toolbar, on Windows.
 */
-wxPG_EX_NO_TOOLBAR_DIVIDER              = 0x04000000,
+wxPG_EX_NO_TOOLBAR_DIVIDER              = 0x08000000,
 
 /** Show a separator below the toolbar.
 */
-wxPG_EX_TOOLBAR_SEPARATOR               = 0x08000000
+wxPG_EX_TOOLBAR_SEPARATOR               = 0x10000000
 
 };