You've already forked lazarus-ccr
tvplanit: Fix painting of borderless contact header line
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4902 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -366,7 +366,8 @@ begin
|
||||
TmpBmp.Canvas.Brush.Color := RealContactHeadAttrColor;
|
||||
TmpBmp.Canvas.FillRect(HeadRect);
|
||||
{ paint the header cell's border }
|
||||
if FContactGrid.ContactHeadAttributes.Bordered then begin
|
||||
if FContactGrid.ContactHeadAttributes.Bordered and (FContactGrid.DrawingStyle <> dsNoBorder)
|
||||
then begin
|
||||
TmpBmp.Canvas.Pen.Style := psSolid;
|
||||
{$IFDEF VERSION5}
|
||||
TmpBmp.Canvas.Rectangle(HeadRect);
|
||||
|
Reference in New Issue
Block a user