Fixed various bugs (from - err - various authors) related
to inserting and replacing menubars etc. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6595 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -501,7 +501,7 @@ bool wxMenuBarBase::Insert(size_t pos, wxMenu *menu,
|
||||
{
|
||||
if ( pos == m_menus.GetCount() )
|
||||
{
|
||||
return Append(menu, title);
|
||||
return wxMenuBarBase::Append(menu, title);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user