Fix drawing horizontal lines between the rows of the grid

See #18313.
This commit is contained in:
Artur Wieczorek
2018-12-27 10:50:58 +01:00
parent 2f918abf3a
commit 9ad19622fd

View File

@@ -2248,7 +2248,7 @@ int wxPropertyGrid::DoDrawItems( wxDC& dc,
nextP && nextP->IsCategory() )
dc.SetPen(m_colCapBack);
dc.DrawLine( greyDepthX, y2-1, gridWidth-xRelMod, y2-1 );
dc.DrawLine(greyDepthX, y2 - 1, cellX, y2 - 1);
//
// Need to override row colours?