git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74844
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
wxBrush brush(col);
dc.SetPen(pen);
dc.SetBrush(brush);
wxBrush brush(col);
dc.SetPen(pen);
dc.SetBrush(brush);
- dc.DrawRectangle(rect.x + rect.width - borderRight, rect.y, borderRight, rect.height);
+ dc.DrawRectangle(rect.x + rect.width - borderRight, rect.y, borderRight, rect.height + 1);
wxBrush brush(col);
dc.SetPen(pen);
dc.SetBrush(brush);
wxBrush brush(col);
dc.SetPen(pen);
dc.SetBrush(brush);
- dc.DrawRectangle(rect.x, rect.y + rect.height - borderBottom, rect.width, borderBottom);
+ dc.DrawRectangle(rect.x, rect.y + rect.height - borderBottom + 1, rect.width, borderBottom);