fixed the bug where a menu stays highlighted in 10.4

svn: r1517
This commit is contained in:
Matthew Flatt 2005-12-04 15:04:44 +00:00
parent 3c93d14705
commit f8d78564b0

View File

@ -720,6 +720,7 @@ void wxMenuBar::Install(wxWindow *for_frame)
int i;
wxMenu* menu;
wxPrepareMenuDraw();
::ClearMenuBar();
wxSetUpAppleMenu(this);
for (i = 0; i < n; i ++) {