prevent disappearing menus in tabmdi
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44783 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		@@ -177,7 +177,10 @@ void wxAuiMDIParentFrame::SetChildMenuBar(wxAuiMDIChildFrame* pChild)
 | 
			
		||||
    if (!pChild)
 | 
			
		||||
    {
 | 
			
		||||
        // No Child, set Our menu bar back.
 | 
			
		||||
        SetMenuBar(m_pMyMenuBar);
 | 
			
		||||
        if (m_pMyMenuBar)
 | 
			
		||||
            SetMenuBar(m_pMyMenuBar);
 | 
			
		||||
             else
 | 
			
		||||
            SetMenuBar(GetMenuBar());
 | 
			
		||||
 | 
			
		||||
        // Make sure we know our menu bar is in use
 | 
			
		||||
        m_pMyMenuBar = NULL;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user