Fix off by 1 errors in owner-drawn menu drawing code in wxMSW.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 23 Jan 2010 13:22:07 +0000 (13:22 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 23 Jan 2010 13:22:07 +0000 (13:22 +0000)
commit03cc29918fa6d727cf4d635126adaeaca405f9af
treedc843890412122c41404017902f04946fd46b1bb
parent85ee88cd536cbf8b347e58f84b160b60204ed157
Fix off by 1 errors in owner-drawn menu drawing code in wxMSW.

The label was offset by 1 pixel vertically and the check marks were 1 pixel
too wide compared to the native ones under XP, correct this.

Closes #11420 (again).

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