View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001645 | JEDI VCL | 00 JVCL Components | public | 2004-04-15 08:35 | 2004-04-28 09:13 |
Reporter | Markus Spoettl | Assigned To | marcelb | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | |||||
Target Version | Fixed in Version | ||||
Summary | 0001645: JvInspector: Checkbox drawing | ||||
Description | I'd like to request a small change in checkbox drawing. Just before and after "if bool with ACanvas do begin" in TJvInspectorBooleanItem.DrawValue. // addition begin ACanvas.Pen.Color := clActiveBorder; ACanvas.Pen.Width := 1; ACanvas.Rectangle(ARect); InflateRect(ARect, -1, -1); // addition end if Bool then with ACanvas do begin // addition begin InflateRect(ARect, -1, -1); // addition end The problem now is that you get no indication as to which type of value it is if the value of the item is false. The value field is just empty, could be anything. With the change, there is a box drawn around the value, which makes it an empty box or a box with a check mark. | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2004-04-15 08:35 | Markus Spoettl | New Issue | |
2004-04-15 09:17 | marcelb | Note Added: 0003875 | |
2004-04-15 09:17 | marcelb | Assigned To | => marcelb |
2004-04-15 09:17 | marcelb | Status | new => assigned |
2004-04-28 09:13 | marcelb | Status | assigned => resolved |
2004-04-28 09:13 | marcelb | Resolution | open => fixed |
2004-04-28 09:13 | marcelb | Note Added: 0004113 |