diff --git a/src/base_grid.cpp b/src/base_grid.cpp index f963096b8..f3359df0e 100644 --- a/src/base_grid.cpp +++ b/src/base_grid.cpp @@ -354,6 +354,7 @@ void BaseGrid::OnPaint(wxPaintEvent &) { // Draw row background color if (color != row_colors.Default) { + dc.SetPen(*wxTRANSPARENT_PEN); dc.SetBrush(color); dc.DrawRectangle(column_widths[0], (i + 1) * lineHeight + 1, w, lineHeight); }