]> git.saurik.com Git - wxWidgets.git/blobdiff - src/univ/statusbr.cpp
Import numpy.oldnumeric
[wxWidgets.git] / src / univ / statusbr.cpp
index 7842693db506c9245019640f8ec56e6947f44833..ccb51540e6cd6ce67f639c02897fe99d213f335b 100644 (file)
@@ -129,11 +129,7 @@ void wxStatusBarUniv::DoDraw(wxControlRenderer *renderer)
                  GetParent()->HasFlag(wxRESIZE_BORDER) &&
                  parentTLW && !parentTLW->IsMaximized() )
             {
-                // NB: we use wxCONTROL_ISDEFAULT for this because it doesn't
-                //     have any meaning for the status bar otherwise anyhow
-                //     (it's still ugly, of course, but there are too few flags
-                //     to squander them for things like this)
-                flags |= wxCONTROL_ISDEFAULT;
+                flags |= wxCONTROL_SIZEGRIP;
             }
 
             int style;