X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e68b7b364aff19665e2c6ee8c68266b6f3d56355..e62b7692622880d48b62f555c1e356883232956c:/include/wx/statbox.h diff --git a/include/wx/statbox.h b/include/wx/statbox.h index e1ea580b4b..d01f257969 100644 --- a/include/wx/statbox.h +++ b/include/wx/statbox.h @@ -5,7 +5,6 @@ // Modified by: // Created: // Copyright: (c) Julian Smart -// RCS-ID: $Id$ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -28,7 +27,7 @@ extern WXDLLIMPEXP_DATA_CORE(const char) wxStaticBoxNameStr[]; class WXDLLIMPEXP_CORE wxStaticBoxBase : public wxNavigationEnabled { public: - wxStaticBoxBase() { m_container.DisableSelfFocus(); } + wxStaticBoxBase(); // overridden base class virtuals virtual bool HasTransparentBackground() { return true; }