From da7eb4871dcfa3c03e1ab5bb267e85eadeb8866e Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Tue, 1 Sep 2009 13:39:07 +0000 Subject: [PATCH] Documented font dialog fix. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@61801 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/changes.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/changes.txt b/docs/changes.txt index 2f3b9a05c0..50ebc826f3 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -111,7 +111,7 @@ All: All (GUI): - Add wxBU_EXACTFIT support to wxToggleButton XRC handler (Ronny Krueger). -- wxRTC: fixed AltGr+key input on Windows. +- wxRTC: fixed AltGr+key input and numeric keypad Delete on Windows. - Paper size conversion from dimensions to id now uses definition ordering in order to use common types where there are duplications, fixing problems where invalid sizes caused incorrect second invocation of page setup @@ -135,6 +135,7 @@ wxMac: - Fixed a problem with wxListCtrl whereby event processing would change the event object identifier, and thereby affect subsequent processing, and defeat custom event propagation of commands from current focus window. +- Fixed a problem with wxFontDialog on Mac OS 10.6. 2.8.10: -------