]> git.saurik.com Git - wxWidgets.git/blobdiff - src/univ/statusbr.cpp
implement new wxBG_STYLE_XXX semantics for wxMSW too
[wxWidgets.git] / src / univ / statusbr.cpp
index cc7a00096e405bd11b5994d38e0a8f429acd05d5..0acfa84277bfc89c2efa8c30c3c3b7a7a4f8384d 100644 (file)
@@ -127,7 +127,7 @@ void wxStatusBarUniv::DoDraw(wxControlRenderer *renderer)
             // have the corresponding style and even then only if we really can
             // resize this frame
             if ( n == (int)m_panes.GetCount() - 1 &&
-                 HasFlag(wxST_SIZEGRIP) &&
+                 HasFlag(wxSTB_SIZEGRIP) &&
                  GetParent()->HasFlag(wxRESIZE_BORDER) &&
                  parentTLW && !parentTLW->IsMaximized() )
             {