Updates for Y positioning
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14121 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -414,7 +414,7 @@ void wxRegion::GetBox(
|
||||
,&vRect
|
||||
);
|
||||
x = vRect.xLeft;
|
||||
y = vRect.yTop;
|
||||
y = vRect.yBottom;
|
||||
vWidth = vRect.xRight - vRect.xLeft;
|
||||
vHeight = vRect.yTop - vRect.yBottom;
|
||||
}
|
||||
|
Reference in New Issue
Block a user