View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001541 | JEDI VCL | 00 JVCL Components | public | 2004-03-29 05:29 | 2004-03-30 00:54 |
| Reporter | Markus Spoettl | Assigned To | marcelb | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Product Version | |||||
| Target Version | Fixed in Version | ||||
| Summary | 0001541: JvInspector and DotNET painter drawing issue with no category | ||||
| Description | With the JvInspector using a dotnet painter with all top-level items (no category) the leftmost 2 or so pixels are cut off, the names are cut off on the left side. | ||||
| Tags | No tags attached. | ||||
|
2004-03-29 05:29
|
|
|
|
Fixed. Change TJvInspectorBorlandNETBasePainter.CalcNameBasedRects to: [...] TmpRect := Rects[iprNameArea]; // BEGIN addition if Item.Level = 0 then Inc(TmpRect.Left, 2); // END addition [...] |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2004-03-29 05:29 | Markus Spoettl | New Issue | |
| 2004-03-29 05:29 | Markus Spoettl | File Added: cutoff.gif | |
| 2004-03-29 23:54 | marcelb | Status | new => assigned |
| 2004-03-29 23:54 | marcelb | Assigned To | => marcelb |
| 2004-03-30 00:54 | marcelb | Status | assigned => resolved |
| 2004-03-30 00:54 | marcelb | Resolution | open => fixed |
| 2004-03-30 00:54 | marcelb | Note Added: 0003507 |