Various fixes in DC's, ownerdrawn menu items, etc...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10370 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -821,8 +821,8 @@ void wxDC::DoDrawRectangle(
|
||||
);
|
||||
vPoint[0].x = vX + 1;
|
||||
vPoint[0].y = vY + 1;
|
||||
vPoint[1].x = vX + vWidth - 2;
|
||||
vPoint[1].y = vY + vHeight - 2;
|
||||
vPoint[1].x = vX + vWidth - 1;
|
||||
vPoint[1].y = vY + vHeight - 1;
|
||||
::GpiMove(m_hPS, &vPoint[0]);
|
||||
::GpiBox( m_hPS
|
||||
,lControl
|
||||
|
Reference in New Issue
Block a user