From: Włodzimierz Skiba Date: Fri, 9 Sep 2005 16:30:19 +0000 (+0000) Subject: Fixed wxListbook and wxChoicebook internal layout. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/bf8ca20d37a64d6f9105a21404f9101f7ea39bde Fixed wxListbook and wxChoicebook internal layout. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35451 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/changes.txt b/docs/changes.txt index 06424af1bc..5dbc13ed69 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -18,6 +18,7 @@ All: - Added wxLongLong::ToDouble() - Added wxDateTime::[Make]FromTimezone(), fixed several TZ-related bugs - Fixed bug in wxStreamBuffer::Read(wxStreamBuffer *) (Paul Cornett) +- Fixed wxListbook and wxChoicebook internal layout. All (GUI):