From: Robert Roebling Date: Sun, 31 Mar 2002 14:07:17 +0000 (+0000) Subject: As in 2.2.9, toolbars should not get the focus. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/8a328874b690081d8cf4539b2fd99f680ca6ff73 As in 2.2.9, toolbars should not get the focus. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14880 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/msw/tbar95.h b/include/wx/msw/tbar95.h index faee503642..dd998f47d9 100644 --- a/include/wx/msw/tbar95.h +++ b/include/wx/msw/tbar95.h @@ -68,6 +68,8 @@ public: void OnMouseEvent(wxMouseEvent& event); void OnSysColourChanged(wxSysColourChangedEvent& event); + void SetFocus() {} + static WXHBITMAP MapBitmap(WXHBITMAP bitmap, int width, int height); protected: diff --git a/include/wx/msw/tbarmsw.h b/include/wx/msw/tbarmsw.h index d51e0ebad9..53874e300a 100644 --- a/include/wx/msw/tbarmsw.h +++ b/include/wx/msw/tbarmsw.h @@ -6,7 +6,7 @@ // Created: 01/02/97 // RCS-ID: $Id$ // Copyright: (c) Julian Smart -// Licence: wxWindows licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_TBARMSW_H_