X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6e7d2550cecf6c13b6f76e7e43da93744ad773b8..48889bca6f8b2504f78c0f47b32f5e95c64d915d:/docs/changes.txt diff --git a/docs/changes.txt b/docs/changes.txt index 405fff83fe..48baa8bd11 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -128,6 +128,10 @@ Changes in behaviour not resulting in compilation errors, please read this! changed. See the updated wxWindow::SetBackgroundStyle() description in the manual for more details. +- wxTreeCtrl::GetSelection now asserts if the tree has the wxTR_MULTIPLE style. + Instead use GetSelections() for multiple items; or if you want only the + single item last touched, the new wxTreeCtrl::GetFocusedItem. + Changes in behaviour which may result in compilation errors -----------------------------------------------------------