]> git.saurik.com Git - wxWidgets.git/commit
Also propagate wxEVT_UPDATE_UI to the child MDI frame.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 23 Jun 2013 13:08:41 +0000 (13:08 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 23 Jun 2013 13:08:41 +0000 (13:08 +0000)
commit015a04705d2e254dfdb32afd94489a7671a180e8
treea3ce6bb9285840208c111e715750919ff52f42b2
parent57b708aebd64b2a04613d027ec9b0c5208ff9b17
Also propagate wxEVT_UPDATE_UI to the child MDI frame.

It seems to make sense to handle wxEVT_UPDATE_UI in the same way as wxEVT_MENU
as they are often used together. This allows to handle e.g. toolbar buttons
entirely in the child MDI frame, without any involvement from the parent.

See #14314.

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