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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user