]> git.saurik.com Git - wxWidgets.git/commit
Consistently set wxMenuBar parent in all ports.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 4 May 2013 23:59:37 +0000 (23:59 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 4 May 2013 23:59:37 +0000 (23:59 +0000)
commitee05c45dff5556d97709407985d53f5d782416ef
tree049e80b7d25acbf42d6ff356fc0a5c9ddc8d7b1c
parent4ed3f4abd801c9442c2eba3bcf3dcd22f8336c22
Consistently set wxMenuBar parent in all ports.

Previously, wxGTK used the associated frame as wxMenuBar parent, while the
other ports did not. Do set the frame as menu bar parent in all ports now.

Of course, considering that wxMenuBar is not a window at all, this doesn't
necessarily make much sense, but at least it makes the behaviour consistent.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73923 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/menucmn.cpp
src/gtk/frame.cpp