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:
Stefan Csomor 2003-10-04 08:26:05 +00:00
parent 487f2d58e9
commit fa9f937f05
2 changed files with 0 additions and 4 deletions

View File

@ -741,8 +741,6 @@ wxMenu *wxMenuBar::Remove(size_t pos)
::DeleteMenu( menu->MacGetMenuId() /* m_menus[pos]->MacGetMenuId() */ ) ;
}
menu->Detach();
Refresh();
}

View File

@ -741,8 +741,6 @@ wxMenu *wxMenuBar::Remove(size_t pos)
::DeleteMenu( menu->MacGetMenuId() /* m_menus[pos]->MacGetMenuId() */ ) ;
}
menu->Detach();
Refresh();
}