View Issue Details

IDProjectCategoryView StatusLast Update
0001546JEDI VCL00 JVCL Componentspublic2004-03-30 03:34
ReporterMarkus SpoettlAssigned Tomarcelb 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version 
Target VersionFixed in Version 
Summary0001546: JvInspector: non-clipped painting in TJvInspectorColorItem.PaintValue
DescriptionIf you have a banded Inspector using only one band (and space for additional bands to the right), procedure TJvInspectorColorItem.PaintValue will paint the color name unclipped and paint beyond the value's border rect. I propose a fix by changing line

  TextOut(ARect.Left + (ARect.Bottom - ARect.Top) + 1, BoxRect.Top, ColorName);

to

TextRect(Rects[iprValue], ARect.Left + (ARect.Bottom - ARect.Top) + 1, BoxRect.Top, ColorName);
TagsNo tags attached.

Activities

marcelb

2004-03-30 03:34

manager   ~0003513

Fixed

Issue History

Date Modified Username Field Change
2004-03-30 03:17 anonymous New Issue
2004-03-30 03:29 marcelb Reporter anonymous => Markus Spoettl
2004-03-30 03:32 marcelb Status new => assigned
2004-03-30 03:32 marcelb Assigned To => marcelb
2004-03-30 03:34 marcelb Status assigned => resolved
2004-03-30 03:34 marcelb Resolution open => fixed
2004-03-30 03:34 marcelb Note Added: 0003513