applied bug fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24080 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
487f2d58e9
commit
fa9f937f05
@ -741,8 +741,6 @@ wxMenu *wxMenuBar::Remove(size_t pos)
|
||||
::DeleteMenu( menu->MacGetMenuId() /* m_menus[pos]->MacGetMenuId() */ ) ;
|
||||
}
|
||||
|
||||
menu->Detach();
|
||||
|
||||
Refresh();
|
||||
}
|
||||
|
||||
|
@ -741,8 +741,6 @@ wxMenu *wxMenuBar::Remove(size_t pos)
|
||||
::DeleteMenu( menu->MacGetMenuId() /* m_menus[pos]->MacGetMenuId() */ ) ;
|
||||
}
|
||||
|
||||
menu->Detach();
|
||||
|
||||
Refresh();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user