Font display issue in TAdvColumnGrid after upgrading from 10.7.5.0 to 10.7.8.1

Hello,

after upgrading the TMS-VCL-Components from 10.7.5.0 to 10.7.8.1 I get the following wrong font sizes in the first few cells of the first row of an TAdvColumnGrid:

10.7.5.0 (all cells same font size):

10.7.8.1 (first 5 cells have too big font size):

Delphi: 10.4 Update 2

Windows-High-DPI-Settings:

I didn't change anything else besides the VCL-version. Unfortunately I don't have the versions in between available, so I can't bisect when the problem was introduced.

The issue doesn't appear in other grids (at least not the ones I checked so far).

Any ideas how to fix this?

Thanks!
Dirk Steinkamp

Looks like it might be related to this diff in Advcgrid.pas:

... which would mean I have not set column-header-fonts corretly -- right?!?
I'll check that out!

making sure all header-font-size-settings are uniform fixed the problem :-).

This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.