View Issue Details

IDProjectCategoryView StatusLast Update
0001618JEDI VCL00 JVCL Componentspublic2004-04-11 05:28
ReporterMarkus SpoettlAssigned Tomarcelb 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version 
Target VersionFixed in Version 
Summary0001618: JvInspector, minor category painting issue
Descriptionthere is a minimal painting issue (tested only with .NET painter), when you have 2 category items following each, the line deviding them is broken by one pixel at the devider position. See screen shot.
TagsNo tags attached.

Activities

2004-04-10 07:09

 

micropaintissue.gif (3,018 bytes)
micropaintissue.gif (3,018 bytes)

marcelb

2004-04-11 05:28

manager   ~0003801

In TJvInspectorDotNETPainter.DoPaint:

  if not (Item.IsCategory) then
    PaintDivider(Rects[iprItem].Left + Inspector.DividerAbs, Pred(Rects[iprItem].Top),
      Rects[iprItem].Bottom);

  (the second condition of the if statement has been removed).

Issue History

Date Modified Username Field Change
2004-04-10 07:09 Markus Spoettl New Issue
2004-04-10 07:09 Markus Spoettl File Added: micropaintissue.gif
2004-04-10 07:23 marcelb Assigned To => user50
2004-04-10 07:23 marcelb Status new => confirmed
2004-04-11 02:51 marcelb Assigned To user50 => marcelb
2004-04-11 05:28 marcelb Status confirmed => resolved
2004-04-11 05:28 marcelb Resolution open => fixed
2004-04-11 05:28 marcelb Note Added: 0003801