]> git.saurik.com Git - wxWidgets.git/commit
Skip wxChildFocusEvent in wxAuiNotebook handler.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 7 Mar 2010 10:46:24 +0000 (10:46 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 7 Mar 2010 10:46:24 +0000 (10:46 +0000)
commitd4f4657af03eaa96cb4687426f75cfb46feec0c9
treeab7c43e9f6eea6e37b3b4eb0d822c3419e8139dd
parent17dd0e0532a2984951f05c9261b0f897025c58c6
Skip wxChildFocusEvent in wxAuiNotebook handler.

There doesn't seem to be any good reason to eat the event in this handler,
leave it for the others if needed.

See #11785.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63648 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/aui/auibook.cpp