You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The method registerItemListeners() sets the format string thus overwriting what the application set in setFormatString(). Commenting out this line (see below) prevents the overwrite, but it might not be the correct fix.
The formatString is a protected variable in TileSkin which will be updated on each call to it's redraw() method. In this method it will be build from the decimals defined in Tile decimals property. Every time the leader board items will be changed (e.g. adding a new one) the formatString on the leaderBoardItem will be set to the one defined in TileSkin.
The method registerItemListeners() sets the format string thus overwriting what the application set in setFormatString(). Commenting out this line (see below) prevents the overwrite, but it might not be the correct fix.
The text was updated successfully, but these errors were encountered: