View Issue Details

IDProjectCategoryView StatusLast Update
0004022JEDI VCL00 JVCL Componentspublic2007-01-04 01:18
ReporterapiersonAssigned Tooutchy 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.10 
Target VersionFixed in Version3.30 
Summary0004022: TJvTimeLine SupportsColor
DescriptionIn the procedure SetSupportsColor the following Statement seems wrong:

if FSupportsColor > Value then

should be:

if FSupportsColor <> Value then
TagsNo tags attached.

Activities

outchy

2007-01-03 12:36

administrator   ~0010498

fixed in revision 11117
thanks for reporting this issue

Issue History

Date Modified Username Field Change
2006-12-15 10:02 apierson New Issue
2007-01-03 12:36 outchy Note Added: 0010498
2007-01-03 12:36 outchy Assigned To => outchy
2007-01-03 12:36 outchy Status new => feedback
2007-01-04 01:17 obones Status feedback => resolved
2007-01-04 01:17 obones Fixed in Version => Daily / SVN
2007-01-04 01:17 obones Resolution open => fixed