git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42529
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
return;
wxCoord xx1 = XLOG2DEV(x1);
return;
wxCoord xx1 = XLOG2DEV(x1);
- wxCoord yy1 = XLOG2DEV(y1);
+ wxCoord yy1 = YLOG2DEV(y1);
wxCoord xx2 = XLOG2DEV(x2);
wxCoord xx2 = XLOG2DEV(x2);
- wxCoord yy2 = XLOG2DEV(y2);
+ wxCoord yy2 = YLOG2DEV(y2);
// FIXME: DrawLine() shouldn't draw the last pixel, but DFB's DrawLine()
// does draw it. We should undo any change to the last pixel by
// FIXME: DrawLine() shouldn't draw the last pixel, but DFB's DrawLine()
// does draw it. We should undo any change to the last pixel by