git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25796
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
PRectangle PRectangleFromwxRect(wxRect rc) {
return PRectangle(rc.GetLeft(), rc.GetTop(),
- rc.GetRight(), rc.GetBottom());
+ rc.GetRight()+1, rc.GetBottom()+1);
}
wxColour wxColourFromCA(const ColourAllocated& ca) {
PRectangle PRectangleFromwxRect(wxRect rc) {
return PRectangle(rc.GetLeft(), rc.GetTop(),
- rc.GetRight(), rc.GetBottom());
+ rc.GetRight()+1, rc.GetBottom()+1);
}
wxColour wxColourFromCA(const ColourAllocated& ca) {