View Issue Details

IDProjectCategoryView StatusLast Update
0005545JEDI VCL00 JVCL Componentspublic2011-09-21 11:37
ReporteralghorAssigned Toobones 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionsuspended 
PlatformWindowsOSOS Version
Product Version3.40 
Target VersionFixed in Version 
Summary0005545: DBGrid Column.Color
Descriptionunit JvDBGrid;

procedure TJvDBGrid.DrawCell(ACol, ARow: Longint; ARect: TRect; AState: TGridDrawState);


line 3322

is:

  DrawCellBackground(TitleRect, FixedColor, AState, ACol, ARow - TitleOffset);

should be:

  DrawCellBackground(TitleRect, DrawColumn.Title.Color, AState, ACol, ARow - TitleOffset);
TagsNo tags attached.

Activities

obones

2011-06-07 17:52

administrator   ~0018620

Please provide the zipped sources of a sample application showing this

obones

2011-09-21 11:37

administrator   ~0018905

No news, closing the issue

Issue History

Date Modified Username Field Change
2011-04-05 17:38 alghor New Issue
2011-06-07 17:52 obones Note Added: 0018620
2011-06-07 17:52 obones Status new => feedback
2011-09-21 11:37 obones Note Added: 0018905
2011-09-21 11:37 obones Status feedback => resolved
2011-09-21 11:37 obones Resolution open => suspended
2011-09-21 11:37 obones Assigned To => obones