View Issue Details

IDProjectCategoryView StatusLast Update
0001541JEDI VCL00 JVCL Componentspublic2004-03-30 00:54
ReporterMarkus SpoettlAssigned Tomarcelb 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version 
Target VersionFixed in Version 
Summary0001541: JvInspector and DotNET painter drawing issue with no category
DescriptionWith 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.
TagsNo tags attached.

Activities

2004-03-29 05:29

 

cutoff.gif (1,359 bytes)
cutoff.gif (1,359 bytes)

marcelb

2004-03-30 00:54

manager   ~0003507

Fixed. Change TJvInspectorBorlandNETBasePainter.CalcNameBasedRects to:

[...]
    TmpRect := Rects[iprNameArea];
    // BEGIN addition
    if Item.Level = 0 then
      Inc(TmpRect.Left, 2);
    // END addition
[...]

Issue History

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