X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c50f1fb9226d9260454ccb9c8a67d0be23c2827f..7dc3cc31af71522b8fc55b7f97bcba7f5ef9eac5:/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_