// Modified by:
// Created:
// Copyright: (c) Julian Smart
-// RCS-ID: $Id$
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
class WXDLLIMPEXP_CORE wxStaticBoxBase : public wxNavigationEnabled<wxControl>
{
public:
- wxStaticBoxBase() { m_container.DisableSelfFocus(); }
+ wxStaticBoxBase();
// overridden base class virtuals
virtual bool HasTransparentBackground() { return true; }