X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3f66f6a5b3583b02c34854556eb83e3a808524ce..f592a93992adce7d38b163beadd10204b495d94c:/src/common/statboxcmn.cpp diff --git a/src/common/statboxcmn.cpp b/src/common/statboxcmn.cpp index 487036e122..5f0f05cbeb 100644 --- a/src/common/statboxcmn.cpp +++ b/src/common/statboxcmn.cpp @@ -29,6 +29,13 @@ extern WXDLLEXPORT_DATA(const char) wxStaticBoxNameStr[] = "groupBox"; +wxStaticBoxBase::wxStaticBoxBase() +{ +#ifndef __WXGTK__ + m_container.DisableSelfFocus(); +#endif +} + // ---------------------------------------------------------------------------- // XTI // ----------------------------------------------------------------------------