X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ddc0ac4ad82800d13d636e839e954a3aa9b9070f..dbe4a80c57a77b249ef32117efe9fd923066f958:/docs/changes.txt?ds=sidebyside diff --git a/docs/changes.txt b/docs/changes.txt index a5756ae3f3..83dc10cde4 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -238,7 +238,8 @@ All (GUI): behaviour of GetNextSibling() consistent between wxMSW and generic versions. - Merged wxRichTextAttr and wxTextAttrEx into wxTextAttr, and added a font table to wxRichTextBuffer to reduce wxFont consumption and increase performance. -- Optimize wxGenericTreeCtrl::Collapse/ExpandAllChildren() (Szczepan Holyszewski) +- Optimize wxGenericTreeCtrl::Collapse/ExpandAllChildren(). (Szczepan Holyszewski) +- Added parameter to wxScrolledWindow XRC handler. wxGTK: