avoid duplicating wxWindow::HandleCommand() in wxFrame, only handle the commands...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 5 Jul 2008 20:51:16 +0000 (20:51 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 5 Jul 2008 20:51:16 +0000 (20:51 +0000)
commita6ac49b198cf4693752344cffa20b46bed364c77
treed4297bd7fb5d26786bcaf653962b794fb95ac307
parent2587df2c82960db1b9547b24d1cd895b1b8a5102
avoid duplicating wxWindow::HandleCommand() in wxFrame, only handle the commands for the frame menu bar elements there: this avoid generating duplicate events if a command event handler skips

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54498 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/frame.h
src/common/framecmn.cpp
src/msw/frame.cpp
src/msw/window.cpp