X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c04c7a3d0ae9f09bd7219b97799d9b185f1c2bab..f944aec0cf131c1be0b8c127ba1ecdbc8410c9b2:/include/wx/statusbr.h diff --git a/include/wx/statusbr.h b/include/wx/statusbr.h index 8d7594ac78..be584f3c89 100644 --- a/include/wx/statusbr.h +++ b/include/wx/statusbr.h @@ -100,6 +100,8 @@ public: virtual bool CanBeOutsideClientArea() const { return true; } protected: + virtual wxBorder GetDefaultBorder() const { return wxBORDER_NONE; } + // set the widths array to NULL void InitWidths();