]> git.saurik.com Git - wxWidgets.git/commit - include/wx/msw/mdi.h
Undo "Forward events to active child at MSW, not wx, level in wxMDIParentFrame."
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 23 Jun 2013 13:07:55 +0000 (13:07 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 23 Jun 2013 13:07:55 +0000 (13:07 +0000)
commitdcb16c298bbcc26eb82780b888717d647a5dd404
tree3f319645d8a4e4b7a211c068b7bc1f555d139f2d
parent1d3fe8f83ebc446c3aae570b6ed742ad7ac193d0
Undo "Forward events to active child at MSW, not wx, level in wxMDIParentFrame."

Unfortunately, forwarding MSW messages only takes care of the menu events but
not the toolbar ones -- which should be handled in the same way but were not.

So restore the old behaviour, the problem with menu items disabled in the
parent frame but enabled in the child one will be fixed differently.

This reverts r73927.

See #14314.

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