Fix accessibility support in wxMSW.

Return the correct result from handing WM_GETOBJECT message.

Closes #17058.

(this is a backport of 6a435345f5 from master)
This commit is contained in:
Leland Lucius
2015-07-06 23:54:22 +02:00
committed by Vadim Zeitlin
parent 4db8d55913
commit 0797a6f875
2 changed files with 3 additions and 1 deletions

View File

@@ -612,6 +612,7 @@ wxGTK:
wxMSW:
- Fix compilation with g++ 4.9 in non-C++11 mode.
- Fix regression in accessibility support (Leland Lucius).
- Fix regression in wxDC drawing with bottom-to-top y axis (Artur Wieczorek).
- Fix compilation with C++Builder XE compiler (Nichka).
- Fix best height of wxSlider with labels but without ticks (Artur Wieczorek).