View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001546 | JEDI VCL | 00 JVCL Components | public | 2004-03-30 03:17 | 2004-03-30 03:34 |
Reporter | Markus Spoettl | Assigned To | marcelb | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | |||||
Target Version | Fixed in Version | ||||
Summary | 0001546: JvInspector: non-clipped painting in TJvInspectorColorItem.PaintValue | ||||
Description | If 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); | ||||
Tags | No tags attached. | ||||
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 |