fixed "toolbar getting focus" bug for the (N+1)-th time
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12124 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -412,8 +412,8 @@ public:
|
|||||||
// Do the toolbar button updates (check for EVT_UPDATE_UI handlers)
|
// Do the toolbar button updates (check for EVT_UPDATE_UI handlers)
|
||||||
virtual void DoToolbarUpdates();
|
virtual void DoToolbarUpdates();
|
||||||
|
|
||||||
// don't want toolbars to accept the focus by tabbing to them
|
// don't want toolbars to accept the focus
|
||||||
virtual bool AcceptsFocusFromKeyboard() const { return FALSE; }
|
virtual bool AcceptsFocus() const { return FALSE; }
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
// to implement in derived classes
|
// to implement in derived classes
|
||||||
|
Reference in New Issue
Block a user