]> git.saurik.com Git - wxWidgets.git/commit - src/msw/mdi.cpp
Use child MDI frame menu items in preference to the parent frame ones.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 23 Jun 2013 13:08:18 +0000 (13:08 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 23 Jun 2013 13:08:18 +0000 (13:08 +0000)
commit57b708aebd64b2a04613d027ec9b0c5208ff9b17
tree1362c1a237fd6d36297597bf1eef4ec5f7546183
parentdcb16c298bbcc26eb82780b888717d647a5dd404
Use child MDI frame menu items in preference to the parent frame ones.

Look for the item with the given ID in the child frame menu bar first, before
looking in the parent frame menu bar. This ensures that if an item is disabled
by the parent frame but then reenabled by the child one, it still generates
commands as expected instead of being completely ignored.

See #14314.

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