- // we inherit a version returning false from wxStaticBox, override it again
- virtual bool AcceptsFocus() const { return true; }
+ // we inherit a version always returning false from wxStaticBox, override
+ // it to behave normally
+ virtual bool AcceptsFocus() const { return wxControl::AcceptsFocus(); }