Page 1 of 1

Grid Row Alternate

Posted: Thu May 09, 2024 3:24 pm
by Marc
Hello,

Re. post: viewtopic.php?f=17&t=18142&p=80527#p80520
Bug report: https://www.steema.com/bugs/show_bug.cgi?id=2704

"Alternate" fixed for next update. Fix to TeeGrid code will be posted here shortly so that it can be applied to current source.

Regards,
Marc Meumann

Re: Grid Row Alternate

Posted: Tue May 14, 2024 7:24 am
by Marc
Hello,

For those with TeeGrid sourcecode, an interim fix for this, pending delivery of the update from Steema, can be applied as a one-line change:

Grid/Tee.Grid.Rows.pas, line 755.
change

Code: Select all

    AData.Painter.Paint(tmpFormat,Bounds);
to:

Code: Select all

    AData.Painter.Paint(tmpFormat,AData.Bounds);
Regards,
Marc Meumann