git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31931
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
dc.SetPen(wxPen(win->GetBackgroundColour()));
dc.DrawRectangle(rect);
dc.SetPen(wxPen(win->GetBackgroundColour()));
dc.DrawRectangle(rect);
{
wxPoint(),
wxPoint(rect.width, 0),
{
wxPoint(),
wxPoint(rect.width, 0),
};
dc.SetBrush(wxBrush(win->GetForegroundColour()));
dc.SetPen(wxPen(win->GetForegroundColour()));
};
dc.SetBrush(wxBrush(win->GetForegroundColour()));
dc.SetPen(wxPen(win->GetForegroundColour()));
- dc.DrawPolygon(3, pt, rect.x, rect.y);
+ dc.DrawPolygon(WXSIZEOF(pt), pt, rect.x, rect.y);