Menubar accelerators are now preserved in full screen mode, as per wxMSW and wxMac

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@49725 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2007-11-08 14:55:48 +00:00
parent 8763183678
commit cef14be8f0
2 changed files with 69 additions and 0 deletions

View File

@@ -108,6 +108,7 @@ wxGTK:
a background colour bug in the gtk-qt theme under KDE.
- wxSystemSettings::GetColour(wxSYS_COLOUR_WINDOW) now returns the background
colour of text controls.
- wxFrame::ShowFullScreen now preserves the menubar's accelerators.
wxMac: