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