round active tab corners a bit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43161 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -415,7 +415,7 @@ void wxAuiDefaultTabArt::DrawTab(wxDC& dc,
|
|||||||
{
|
{
|
||||||
wxColour c = m_bkbrush.GetColour();
|
wxColour c = m_bkbrush.GetColour();
|
||||||
dc.SetPen(wxPen(c));
|
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);
|
||||||
}
|
}
|
||||||
|
|
||||||
int text_offset;
|
int text_offset;
|
||||||
|
Reference in New Issue
Block a user