Add strikethrough support for fonts defined in XRC

Handle this attribute as well as "underlined" for completeness.
This commit is contained in:
Vadim Zeitlin
2018-09-15 13:51:36 +02:00
parent ca164bb4ca
commit f085981601
5 changed files with 14 additions and 1 deletions

View File

@@ -115,6 +115,7 @@ All (GUI):
- Support strike-through in wxDataViewItem attributes (approach, Igor Korot).
- Allow distinguishing between user- and script-opened windows in wxWebView.
- Allow binding to events generated by their items in submenus too.
- Add strikethrough support for fonts defined in XRC.
wxGTK: