X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7fa8d0854bd4e2de4f93dff0e3f896669efbdef1..6caa0f5cd18fe9fb39c207d5f31fa5633479a822:/wxPython/docs/CHANGES.txt diff --git a/wxPython/docs/CHANGES.txt b/wxPython/docs/CHANGES.txt index 7e3aeff69a..2c959dfad8 100644 --- a/wxPython/docs/CHANGES.txt +++ b/wxPython/docs/CHANGES.txt @@ -31,6 +31,12 @@ just a few lines of code. Added wx.SearchCtrl.[Get|Set]DescriptiveText +wxMac: Added support for the wx.FRAME_FLOAT_ON_PARENT style. + +wxMac: the popups used for call tips and autocomplete lists in +StyledTextCtrl (such as in PyShell) are now top-level float-on-parent +windows so they are no longer clipped by the bounds of the stc window. +