Fix DrawPoint() test
The result now matches non-GC wxDC, after 5ba7a1d1
This commit is contained in:
parent
d36d251e8d
commit
74282d9aed
@ -203,7 +203,7 @@ void GCDCBoundingBoxTestCase::DrawEllipticArc()
|
|||||||
void GCDCBoundingBoxTestCase::DrawPoint()
|
void GCDCBoundingBoxTestCase::DrawPoint()
|
||||||
{
|
{
|
||||||
m_gcdc->DrawPoint(20, 20);
|
m_gcdc->DrawPoint(20, 20);
|
||||||
AssertBox(20, 20, 1, 1);
|
AssertBox(20, 20, 0, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
void GCDCBoundingBoxTestCase::DrawLines()
|
void GCDCBoundingBoxTestCase::DrawLines()
|
||||||
|
Loading…
Reference in New Issue
Block a user