X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/164b735b71bdb01126256c6825ff50f8b9c8fdd0..85bc0351f76f6d3f00460a167fc108b900e0725c:/utils/wxPython/CHANGES.txt diff --git a/utils/wxPython/CHANGES.txt b/utils/wxPython/CHANGES.txt index a70c4b279c..74d50b59bc 100644 --- a/utils/wxPython/CHANGES.txt +++ b/utils/wxPython/CHANGES.txt @@ -8,7 +8,12 @@ New in 2.1.14 Fixed wxTreeCtrl.HitTest to return both the tree item as well as the flags that clairify where the click was in relation to the item. -Fixed problem in wxTreeCtrl.GetBoundingBox +Fixed thread state problem in wxTreeCtrl.GetBoundingBox and +GetSelections. + +Fixed some problems in OGL. Also wxShape.SetClientData and +.GetClientData can now deal with Python objects. +