After upgrading from TMS VCL UI Pack 13.1.6.3 to 13.6., as well as from Delphi 12.3 to Delphi 13, we encountered a problem with some of our TAdvGlowButtons on some of our TAdvToolBarPagers.
If their Autosize is set to True some of them became a few pixels larger, or change their top position. This leads to buttons breaking into each other, text breaking off and other related problems, and i cant fix it manually because it obviously resets the next time i load the .dfm because of the autosize property, which we need for the associated buttons.
In the changelog for v13.5.13.0 i saw something about “Fixed : Regression with auto size buttons on ribbon”. This does seem to be similar, or even to be our problem. If thats the case this does not seem to have been fixed. Otherwise if this is not a bug but an intended feature, is there some way to go around this? We have ribbons in almost all of our windows, and it would be extremely tedious to manually have to check and fix them, even if we find a manual fix