From: David Elliott Date: Thu, 6 Nov 2003 19:25:06 +0000 (+0000) Subject: wxMenuBarManager::InstallMenuBarForWindow no longer looks for a menubar X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/3e84f98ffaf7f813fad8cf4260ebe7896adc4d18?hp=3e84f98ffaf7f813fad8cf4260ebe7896adc4d18 wxMenuBarManager::InstallMenuBarForWindow no longer looks for a menubar attached to the parent of a window without one. Instead, it is now up to the GetAppMenuBar() function to do so. The new implementation in wxTopLevelWindow does just that. The wxFrame implementation now calls the base class version if it does not have a menubar. Also, it is now invalid to call the function with a NULL window (it is internal anyway). git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24424 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 ---