X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12028905135250524409f1e7b9bfa9c55e5ce16b..9a63feff3a93d9d9dc36f155d3a5c3a36cb922f0:/include/wx/generic/statusbr.h diff --git a/include/wx/generic/statusbr.h b/include/wx/generic/statusbr.h index c36a0c7cdc..364c1b3d0b 100644 --- a/include/wx/generic/statusbr.h +++ b/include/wx/generic/statusbr.h @@ -31,7 +31,7 @@ public: wxWindowID winid, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, - long style = 0, + long style = wxFULL_REPAINT_ON_RESIZE, const wxString& name = wxPanelNameStr) { Init(); @@ -53,7 +53,7 @@ public: bool Create(wxWindow *parent, wxWindowID winid, const wxPoint& WXUNUSED(pos) = wxDefaultPosition, const wxSize& WXUNUSED(size) = wxDefaultSize, - long style = 0, + long style = wxFULL_REPAINT_ON_RESIZE, const wxString& name = wxPanelNameStr) { return Create(parent, winid, style, name);