]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/tbar95.cpp
fixed crash when using GTK theme
[wxWidgets.git] / src / msw / tbar95.cpp
index 1e93c69901aca152cff3936f935ceb0823509920..9b9436d81f7547bf6ddaa6dd85923c8e514c793b 100644 (file)
@@ -402,6 +402,9 @@ WXDWORD wxToolBar::MSWGetStyle(long style, WXDWORD *exstyle) const
     if ( style & wxTB_VERTICAL )
         msStyle |= CCS_VERT;
 
     if ( style & wxTB_VERTICAL )
         msStyle |= CCS_VERT;
 
+    if( style & wxTB_BOTTOM )
+        msStyle |= CCS_BOTTOM;
+
     return msStyle;
 }
 
     return msStyle;
 }