X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c50f1fb9226d9260454ccb9c8a67d0be23c2827f..f9380570921e22b1037b9415f64b299669a23e88:/include/wx/msw/statline.h diff --git a/include/wx/msw/statline.h b/include/wx/msw/statline.h index 0b4b2d8341..9fe6273bcb 100644 --- a/include/wx/msw/statline.h +++ b/include/wx/msw/statline.h @@ -43,6 +43,9 @@ public: const wxSize &size = wxDefaultSize, long style = wxLI_HORIZONTAL, const wxString &name = wxStaticTextNameStr ); + + // overriden base class virtuals + virtual bool AcceptsFocus() const { return FALSE; } }; #endif // _WX_MSW_STATLINE_H_