View Issue Details

IDProjectCategoryView StatusLast Update
0001839JEDI VCL00 JVCL Componentspublic2004-06-07 05:56
ReporterKarlheinzAssigned Toobones 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
PlatformOSW2OS Version
Product Version3.00 BETA 
Target VersionFixed in Version 
Summary0001839: Painting Issue in JVMenus CVSRev 1.56
DescriptionWith the new version there is a new painting issue.
If you move with the cursor over the top menue items the frame around will not be removed if you go to the next item.
I tested it with style msXP and msItemPainter (JvXPMenuItemPainter)
TagsNo tags attached.

Activities

2004-06-06 08:57

 

JvMenuePainting.jpg (3,386 bytes)
JvMenuePainting.jpg (3,386 bytes)

obones

2004-06-07 05:56

administrator   ~0004487

Replace line 3016 by the following two lines:

          Pen.Style := psSolid;
          Pen.Color := Brush.Color;

This is CVS revision 1.57

Issue History

Date Modified Username Field Change
2004-06-06 08:57 Karlheinz New Issue
2004-06-06 08:57 Karlheinz File Added: JvMenuePainting.jpg
2004-06-07 05:49 obones Status new => assigned
2004-06-07 05:49 obones Assigned To => obones
2004-06-07 05:56 obones Status assigned => resolved
2004-06-07 05:56 obones Resolution open => fixed
2004-06-07 05:56 obones Note Added: 0004487