]> git.saurik.com Git - wxWidgets.git/commit
Reset accelerator table after removing last accelerator in wxMSW wxMenuBar.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 2 Mar 2013 12:11:53 +0000 (12:11 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 2 Mar 2013 12:11:53 +0000 (12:11 +0000)
commit23c37c2c4ee81762a0c44a3ccbbc28b8531d4879
tree67d1ea7228d79c3826bd2f6db102a7896adece7e
parentf29b59b7811cbd130e1deb620ed05c1a5354b3d6
Reset accelerator table after removing last accelerator in wxMSW wxMenuBar.

We didn't update the accelerator table if no more accelerators were left in it
but we still need to do it to stop handling the previously active accelerators.

Closes #15078.

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