]> git.saurik.com Git - wxWidgets.git/commitdiff
Documented a couple of combo control fixes on Mac.
authorJulian Smart <julian@anthemion.co.uk>
Fri, 11 Sep 2009 11:42:05 +0000 (11:42 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Fri, 11 Sep 2009 11:42:05 +0000 (11:42 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61879 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/changes.txt

index b609c73dc43de52473a63259e82363ddf2976c22..395e1a2105426e808d7935e15d43ea0424552d87 100644 (file)
@@ -400,6 +400,9 @@ 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
+  dismissed immediately as text control grabbed the focus).
 
 GTK: