Fix vertical rules rendering in generic wxDataViewCtrl.
authorVáclav Slavík <vslavik@fastmail.fm>
Mon, 31 Jan 2011 16:54:03 +0000 (16:54 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Mon, 31 Jan 2011 16:54:03 +0000 (16:54 +0000)
commit3999336cb9ff3ef20d707d3eea470b2609a9c7c3
tree4f03f8774bb41fb61d624689ecbca1877b1eccb3
parentec46fd5fce4fd1993c341d1b720db04b4521e22d
Fix vertical rules rendering in generic wxDataViewCtrl.

Vertical rules are now drawn in the last pixel of a column instead of in
the first, so that they align perfectly with native MSW wxHeaderCtrl as
well as for consistency with MSW native list control.  There's no
vertical rule at the most-left side of the control anymore.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66821 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/generic/datavgen.cpp