Oops, took out too much...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25796 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -35,7 +35,7 @@ wxRect wxRectFromPRectangle(PRectangle prc) {
|
|||||||
|
|
||||||
PRectangle PRectangleFromwxRect(wxRect rc) {
|
PRectangle PRectangleFromwxRect(wxRect rc) {
|
||||||
return PRectangle(rc.GetLeft(), rc.GetTop(),
|
return PRectangle(rc.GetLeft(), rc.GetTop(),
|
||||||
rc.GetRight(), rc.GetBottom());
|
rc.GetRight()+1, rc.GetBottom()+1);
|
||||||
}
|
}
|
||||||
|
|
||||||
wxColour wxColourFromCA(const ColourAllocated& ca) {
|
wxColour wxColourFromCA(const ColourAllocated& ca) {
|
||||||
|
@@ -35,7 +35,7 @@ wxRect wxRectFromPRectangle(PRectangle prc) {
|
|||||||
|
|
||||||
PRectangle PRectangleFromwxRect(wxRect rc) {
|
PRectangle PRectangleFromwxRect(wxRect rc) {
|
||||||
return PRectangle(rc.GetLeft(), rc.GetTop(),
|
return PRectangle(rc.GetLeft(), rc.GetTop(),
|
||||||
rc.GetRight(), rc.GetBottom());
|
rc.GetRight()+1, rc.GetBottom()+1);
|
||||||
}
|
}
|
||||||
|
|
||||||
wxColour wxColourFromCA(const ColourAllocated& ca) {
|
wxColour wxColourFromCA(const ColourAllocated& ca) {
|
||||||
|
Reference in New Issue
Block a user