X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9b14c706b2e0d6a0c2786de1a890b871e33394eb..d642db66a5efc82d374b813022c72ba88bc50839:/include/wx/statbox.h diff --git a/include/wx/statbox.h b/include/wx/statbox.h index 41aae1166a..e1ea580b4b 100644 --- a/include/wx/statbox.h +++ b/include/wx/statbox.h @@ -28,7 +28,7 @@ extern WXDLLIMPEXP_DATA_CORE(const char) wxStaticBoxNameStr[]; class WXDLLIMPEXP_CORE wxStaticBoxBase : public wxNavigationEnabled { public: - wxStaticBoxBase() { } + wxStaticBoxBase() { m_container.DisableSelfFocus(); } // overridden base class virtuals virtual bool HasTransparentBackground() { return true; }