diff --git a/docs/changes.txt b/docs/changes.txt index b609c73dc4..395e1a2105 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -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: