TSpeedButton little problem

Issue #116 resolved
Zoltan Karpati created an issue

Just drop a TSpeedButton to the FMX form and run the project.

The default TextSetting.Font.FontColor is Black, but you will not see the TSpeedButton's Text on the button, because it shows it using the white color?

Comments (1)

  1. Eugene Kryukov repo owner

    It is because TSpeedButton designed to use inside toolbar. Use TextSettings if you want other color. Second option is change StyleLookup to "buttonstyle".

  2. Log in to comment