Make wxGenericDataViewCtrl::SetFont() really work.

Do use the new font for the items display.

Closes #15056.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73565 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2013-02-24 13:48:35 +00:00
parent de6e6d08b2
commit 1af67319a7
3 changed files with 44 additions and 9 deletions

View File

@@ -622,6 +622,7 @@ All (GUI):
- Add wxCheckListBox::GetCheckedItems() (hartwigw).
- Add wxAUI_TB_PLAIN_BACKGROUND wxAuiToolBar style (Allann Jones).
- Fix off by 1 error in wxGenericListCtrl::HitTest() (Daniel Hyams).
- Make wxGenericDataViewCtrl::SetFont() really work (Laurent Poujoulat).
wxGTK: