Skip to content

Commit

Permalink
FormatDot to show with dots
Browse files Browse the repository at this point in the history
  • Loading branch information
michaliskambi committed Oct 21, 2024
1 parent 7eb90cb commit 606daad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/v3dscenenamedanimations.pas
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ constructor TNamedAnimationsUi.Create(const AOwner: TComponent; const AScene: TC
Ui: TButtonAnimation;
begin
Ui := TButtonAnimation.Create(Self);
Ui.Caption := Format('%s (%f)', [
Ui.Caption := FormatDot('%s (%f)', [
SForCaption(AnimationName),
Scene.AnimationDuration(AnimationName)
]);
Expand Down

0 comments on commit 606daad

Please sign in to comment.