X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f313deaa38ebd9d8a9a2755a105e12999dd5493c..af04373873ab51e9c0c41139716c66395a55ffcb:/src/common/statboxcmn.cpp diff --git a/src/common/statboxcmn.cpp b/src/common/statboxcmn.cpp index 9650acddfd..5f0f05cbeb 100644 --- a/src/common/statboxcmn.cpp +++ b/src/common/statboxcmn.cpp @@ -4,7 +4,6 @@ // Author: Julian Smart // Modified by: // Created: 04/01/98 -// RCS-ID: $Id$ // Copyright: (c) Julian Smart // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -30,6 +29,13 @@ extern WXDLLEXPORT_DATA(const char) wxStaticBoxNameStr[] = "groupBox"; +wxStaticBoxBase::wxStaticBoxBase() +{ +#ifndef __WXGTK__ + m_container.DisableSelfFocus(); +#endif +} + // ---------------------------------------------------------------------------- // XTI // ----------------------------------------------------------------------------