Fix the alignment used by custom wxDVC renderers in wxGTK by default.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 21 Jul 2011 13:50:22 +0000 (13:50 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 21 Jul 2011 13:50:22 +0000 (13:50 +0000)
commit3e81bbbf6c49a3bc8765817ddf7a1e83ae418f7d
tree15786a7bcc82a0f0f22ea09ee43d1e24633cb433
parentff7bc95e6f6908208723abb5c8fe1a2c05b6a664
Fix the alignment used by custom wxDVC renderers in wxGTK by default.

Correctly initialize the alignment used by the text renderer used by
wxDataViewCustomRenderer in wxGTK implementation of wxDataViewCtrl.

Closes #12298.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@68323 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/gtk/dvrenderer.h
include/wx/gtk/dvrenderers.h
src/gtk/dataview.cpp