git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43161
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// draw gradient background
if (active)
// draw gradient background
if (active)
wxColour c = m_bkbrush.GetColour();
dc.SetPen(wxPen(c));
wxColour c = m_bkbrush.GetColour();
dc.SetPen(wxPen(c));
{
wxColour c = m_bkbrush.GetColour();
dc.SetPen(wxPen(c));
{
wxColour c = m_bkbrush.GetColour();
dc.SetPen(wxPen(c));
- dc.DrawLine(points[0].x+1, points[0].y, points[5].x, points[5].y);
+ dc.DrawLine(points[0].x, points[0].y, points[5].x+1, points[5].y);