Fix vertical cell alignment in wxDataViewCtrl in wxGTK.

Pass the alignment used when creating the column to the renderer.

Closes #16035.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@78012 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2014-10-12 20:48:52 +00:00
parent ad0a1fb717
commit c0548a02fd
2 changed files with 25 additions and 24 deletions

View File

@@ -86,6 +86,7 @@ All (GUI):
wxGTK:
- Support building wxGTK3 under Windows (Kolya Kosenko).
- Fix vertical cell alignment in wxDataViewCtrl.
wxMSW: