git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29508
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
{
//DoDrawRect( &dc, x, HEADER_OFFSET_Y, more_w, h-2 );
wxRendererNative::Get().DrawHeaderButton(
{
//DoDrawRect( &dc, x, HEADER_OFFSET_Y, more_w, h-2 );
wxRendererNative::Get().DrawHeaderButton(
- this, dc, wxRect(x, HEADER_OFFSET_Y, more_w, h-3),
+ this, dc, wxRect(x, HEADER_OFFSET_Y, more_w, h-2),
m_parent->IsEnabled() ? 0 : wxCONTROL_DISABLED);
}
m_parent->IsEnabled() ? 0 : wxCONTROL_DISABLED);
}