From: Vadim Zeitlin Date: Sun, 7 Jan 2007 16:19:46 +0000 (+0000) Subject: mention RTL fixes by Diaa Sami X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/82950569f959b8deca59dc42687f86787b312b5e?ds=inline mention RTL fixes by Diaa Sami git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44124 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/changes.txt b/docs/changes.txt index db0a190df6..320d536fc6 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -96,6 +96,7 @@ All: - Fix compilation with wxUSE_STL=1 - wxGrid::GetBestSize() returns same size the grid would have after AutoSize() - Added wxTreeCtrl::CollapseAll[Children]() and IsEmpty() (Francesco Montorsi) +- Several RTL-related positioning fixes (Diaa Sami) wxMSW: