Implement strike-through support for wxDataViewCtrl in wxGTK too

Previously it was supported in the generic version only, see #18180 and
the changes of 09124932eb

Closes https://github.com/wxWidgets/wxWidgets/pull/892
This commit is contained in:
Igor Korot
2018-08-19 12:04:04 +02:00
committed by Vadim Zeitlin
parent 617a15d418
commit 36d21ce6c8
3 changed files with 19 additions and 2 deletions

View File

@@ -110,7 +110,7 @@ All (GUI):
- Fix possible infinite loop in wxHtmlWindow layout (trivia21).
- Add "hint" property support to XRC for wxComboBox and wxSearchCtrl.
- Add support for style="page-break-inside:avoid" to <div> in wxHTML.
- Add strike-through support to wxDataViewItem attributes (approach).
- Support strike-through in wxDataViewItem attributes (approach, Igor Korot).
wxGTK: