]> git.saurik.com Git - wxWidgets.git/commit
Correct selection/drop highlight rectangles width in generic wxDataViewCtrl.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 19 Dec 2009 11:17:42 +0000 (11:17 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 19 Dec 2009 11:17:42 +0000 (11:17 +0000)
commite3dbeaaf31e04ad64f18a69bbcc543d7a249b5e5
tree057a9706ce3e0a5bdbd49dc2f913435cac528428
parent68d7680d0f68719823563d4692fea6a68d330476
Correct selection/drop highlight rectangles width in generic wxDataViewCtrl.

The third parameter of wxRect ctor is the width, not the right edge.

See #11558.

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