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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user