allow using SetFont(wxNullFont) to reset the font as per documented behaviour (#3238)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@54664 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2008-07-16 15:53:44 +00:00
parent 063b161dec
commit 71d4b88bdf
2 changed files with 6 additions and 1 deletions

View File

@@ -121,6 +121,7 @@ wxMSW:
- Compile fix for WinCE in window.cpp (no VkKeyScan in Windows CE).
- Fix quoting of arguments passed to wxExecute(char **) (Brian Ravnsgaard Riis).
- Support disabling items before adding them to the menu (Christian Walther).
- Allow to call SetFont(wxNullFont) to reset the font to default.
wxGTK: