Add notes about gradient pens and gradient transforms to changes.txt

This commit is contained in:
Robin Dunn 2019-09-03 16:33:15 -07:00 committed by Robin Dunn
parent 61a39165b8
commit 699f019c76

View File

@ -150,6 +150,13 @@ All (GUI):
in wxPGArrayEditorDialog.
- Fix wxPropertyGrid issues with horizontal scrolling.
- Add wxPG_DIALOG_TITLE wxPGProperty attribute.
- Add support for creating a wxGraphicsPen with a gradient. The gradient will
be used when stroking a path in a wxGraphicsContext, if supported by the
graphics context backend.
- Add support for applying a transformation matrix to a gradient for both
wxGraphicsPen and wxGraphicsBrush, if supported by the graphics context
backend.
wxGTK: