X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/53b6d7a29879a67a54e1f26e77a0697fecacf839..806ad819585655ac1c35427409611d7795d0b910:/include/wx/statusbr.h diff --git a/include/wx/statusbr.h b/include/wx/statusbr.h index 3c892013ad..8d7594ac78 100644 --- a/include/wx/statusbr.h +++ b/include/wx/statusbr.h @@ -97,6 +97,8 @@ public: // don't want status bars to accept the focus at all virtual bool AcceptsFocus() const { return false; } + virtual bool CanBeOutsideClientArea() const { return true; } + protected: // set the widths array to NULL void InitWidths();