clipping bug fixed

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43158 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Benjamin Williams
2006-11-07 13:10:32 +00:00
parent 7e1f1a1328
commit 47b6bebbdc

View File

@@ -1624,6 +1624,10 @@ void wxAuiTabContainer::Render(wxDC* raw_dc, wxWindow* wnd)
rect.x = offset;
rect.width = m_rect.width - right_buttons_width - offset - 2;
if (rect.width <= 0)
break;
m_art->DrawTab(dc,