I have just upgraded from Delphi 10.3 to Delphi 10.4.1 and I have tried to upgrade couple of applications. It seems they worked fine except for one thing.
TSpeedButton refuse to change font size and it always shows default size of 8.
To demonstrate the problem I have made a new VCL TForm, with one TButton, one TBitBtn and one TSpeedButton (left picture), then I have changed Font.Size of the TForm to 11. TSpeedButton ignores that (middle picture). Then I have changed Font.Size of TSpeedButton to 20. TSpeedButton ignores that too (right picture).
ParentFont of the TSpeedButton was true on the middle picture, and Font.Size of the TSpeedButton was displayed correctly as 11.
Any ideas what to do?