git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53610
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
cell_rect.x = x_start;
for (unsigned int i = col_start; i < col_last; i++)
{
- cell_rect.height = GetLineHeight( i ); // -1 is for the horizontal rules (?)
wxDataViewColumn *col = GetOwner()->GetColumn( i );
wxDataViewRenderer *cell = col->GetRenderer();
cell->SetHasAttr( ret );
}
- // update the y offset
+ // update cell_rect
cell_rect.y = GetLineStart( item );
+ cell_rect.height = GetLineHeight( item ); // -1 is for the horizontal rules (?)
//Draw the expander here.
int indent = 0;