View Issue Details

IDProjectCategoryView StatusLast Update
0005864JEDI VCL00 JVCL Componentspublic2012-09-10 14:15
ReportervezAssigned Toobones 
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.45 
Target VersionFixed in Version3.46 
Summary0005864: The TextHeight for the JwSwitch has wrong value
DescriptionThe TextHeight for the JwSwitch has wrong value, can be seen if the Font.Size is rather big (>10)

To fix this bug the line 414 in the JvSwitch.pas file has to be changed:
414: FontHeight := Canvas.TextHeight('W');
before was:
414: FontHeight := TextHeight('W');

TagsNo tags attached.

Activities

obones

2012-06-11 17:30

administrator   ~0019859

Please use the latest SVN version and provide the zipped sources of a sample application showing this.

2012-06-12 11:13

 

JvSwitchTest.zip (88,732 bytes)

vez

2012-06-12 11:15

reporter   ~0019899

Latest JVCL SVN can't be compiled for RAD Xe, I've used from 30.05.2012, but JvSwitch.pas did not changed last two weeks

obones

2012-06-13 10:23

administrator   ~0019941

Thanks, this is now fixed in SVN

Issue History

Date Modified Username Field Change
2012-04-21 12:56 vez New Issue
2012-06-11 17:30 obones Note Added: 0019859
2012-06-11 17:30 obones Status new => feedback
2012-06-12 11:13 vez File Added: JvSwitchTest.zip
2012-06-12 11:15 vez Note Added: 0019899
2012-06-12 17:55 obones Status feedback => acknowledged
2012-06-13 10:23 obones Note Added: 0019941
2012-06-13 10:23 obones Status acknowledged => resolved
2012-06-13 10:23 obones Fixed in Version => Daily / SVN
2012-06-13 10:23 obones Resolution open => fixed
2012-06-13 10:23 obones Assigned To => obones
2012-09-10 14:15 obones Fixed in Version Daily / SVN => 3.46