Return proper value from wxIAccessible::get_accSelection() if no children are selected

VT_EMPTY VARIANT should be returned if wxAccessible::GetSelections() returns empty list of selected children.
This commit is contained in:
Artur Wieczorek
2016-09-29 23:44:30 +02:00
parent fae271c21c
commit ac96d3949b
3 changed files with 17 additions and 5 deletions

View File

@@ -75,6 +75,8 @@ All:
- Handle strings with embedded NULs in wxDataStream (Nitch).
- Don't crash in wxTextFile::GetLastLine() if the file is empty (crohr).
- Add wxString::cbegin() and cend() method (Lauri Nurmi).
- Return proper value from wxIAccessible::get_accSelection() if no children
are selected.
All (GUI):