From: Jaakko Salli Date: Wed, 30 Dec 2009 17:07:16 +0000 (+0000) Subject: wxOwnerDrawComboCtrl -> wxComboCtrl X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/34c25d47c90a974494c1407c9197b03c86d22e56 wxOwnerDrawComboCtrl -> wxComboCtrl git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63020 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/changes.txt b/docs/changes.txt index 2087f4a4f2..bc778c5463 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -471,8 +471,8 @@ All (GUI): HasScrollbar() really check for the scrollbar existence. - Added wxKeyEvent::IsKeyInCategory() (Jeff Tupper). - Add A0 and A1 paper formats support (Martin Perktold). -- Fixed wxOwnerDrawComboCtrl popup size on Mac (scrollbars were always shown). -- Fixed wxOwnerDrawComboCtrl focus problem on Mac (first-time popup +- Fixed wxComboCtrl popup size on Mac (scrollbars were always shown). +- Fixed wxComboCtrl focus problem on Mac (first-time popup dismissed immediately as text control grabbed the focus). - wxPropertyGrid: added wxPG_EX_MULTIPLE_SELECTION. - wxPropertyGrid: added functions for editing property labels.