Fix order of radial gradient stops in wxMSW.

Ensure that the order of stops is consistent with the documentation and other
platforms behaviour, i.e. they are counted from inside to outside of the
circle and not vice versa, which happens to be the GDI+ convention.

Closes #16443.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_3_0_BRANCH@77482 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2014-08-25 17:50:58 +00:00
parent 5dbe88ae4c
commit 202b377dbc
2 changed files with 26 additions and 7 deletions

View File

@@ -609,6 +609,7 @@ wxMSW:
- Fix wxGrid appearance and behaviour in RTL (Artur Wieczorek).
- Add paragraph spacing attributes support to wxTextCtrl (dannchr).
- Show new style directory selector even for non existent paths (raychow).
- Fix order of radial gradient stops (Alexandru Pana).
3.0.1: (released 2014-06-15)