- dc.DrawLine(position + 1, offset, position + 1, h - offset);
- }
-
- dc.SetPen(*wxTRANSPARENT_PEN);
- dc.SetBrush(wxBrush(wxSystemSettings::GetColour(wxSYS_COLOUR_3DFACE)));
- dc.DrawRectangle(position + 2, offset, 3, h - 2*offset);
+ dc.DrawLine(position + 1, 0, position + 1, h);