wxWidgets/include
Vadim Zeitlin 152b9fc0eb Fix sending of wxEVT_UPDATE_UI events when wxUSE_STATUSBAR==0
wxFrameBase code unintentionally excluded the function generating
wxUpdateUIEvents for the menus from compilation when wxUSE_STATUSBAR was
turned off.

Move OnMenuOpen() out of #if wxUSE_STATUSBAR section to ensure that it's
compiled whenever wxUSE_MENUS==1.

Closes #17553.
2016-06-04 21:59:36 +02:00
..
msvc/wx
wx Fix sending of wxEVT_UPDATE_UI events when wxUSE_STATUSBAR==0 2016-06-04 21:59:36 +02:00