git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43147
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
wxCoord tab_y = in_rect.y + in_rect.height - tab_height;
wxCoord tab_y = in_rect.y + in_rect.height - tab_height;
- //dc.SetClippingRegion(left_buttons_width, 0,
- // m_rect.GetWidth() - right_buttons_width - left_buttons_width - 2,
- // m_rect.GetHeight());
+ caption = caption_text;
dc.SetClippingRegion(in_rect);
dc.SetClippingRegion(in_rect);
wxCoord tab_x = in_rect.x;
wxCoord tab_y = in_rect.y + in_rect.height - tab_height;
wxCoord tab_x = in_rect.x;
wxCoord tab_y = in_rect.y + in_rect.height - tab_height;
+ caption = caption_text;
+
// select pen, brush and font for the tab to be drawn
if (active)
// select pen, brush and font for the tab to be drawn
if (active)