AdvEdit / AdvComboBox - Font Size issue

Both components give me a hard time with the font sizes for the label. I am using Delphi 11.1 and have the IDE setup that all sizing in information are store as LowDPI (96). I run the software on a 4k monitor with 168 dpi (scale factor 1.75).

Here an image to show the issue.

In the ChangeScale function the line with the code "if not (csLoading in ComponentState) then" is commented out. By making the line active, the code seems to perform correct, as shown in the below image.

I take it there is / was a reason to comment out the code. Not knowing what other implication my change might have, I am here to ask some guidance on how to best fix the issue.

Regards,
Thomas

Is this with TMS VCL UI Pack v10.7.7.0?

yes it is in the latest version 10.7.7.0.

I retested this here but couldn't reproduce this.
Can you verify if at design time AdvEdit.LabelFont.Size is equal to AdvEdit.Font.Size?

Hello,

I just got the latest version 10.7.8.0 installed, and the visual issue shown above from the little test program are gone.

I also re-compiled my actual software and there the visual issues are gone as well.

Thanks for the quick turn around on this.

Regards,
Thomas

Thanks for reporting.