]> git.saurik.com Git - wxWidgets.git/commit
Ensure that key events are sent to focused window first in wxGTK.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 7 Oct 2012 22:42:50 +0000 (22:42 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 7 Oct 2012 22:42:50 +0000 (22:42 +0000)
commit1bcef6701be81d1f4473eb5a297bdf20fa292d98
tree987e5a973413df4e412c0bb378a09acb549fe110
parentd34d31f6d62dadc35ade1fc4308add7552b2877e
Ensure that key events are sent to focused window first in wxGTK.

Start processing key events from the currently focused window, this ensures
that its key event handlers are tried before the top level window
accelerators.

This is consistent with wxMSW and allows a window to locally override the
global accelerators which really makes sense.

Closes #14553.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72640 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
src/gtk/toplevel.cpp