Fix incorrect conflict resolution

This commit is contained in:
Salman Ahmed 2024-02-23 18:42:07 +03:00
parent 618819ba9f
commit d4bc3090e7
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ private void updateCollapsedState()
RightContent.FadeTo(Collapsed.Value && !IsHovered ? 0 : 1, transition_duration, Easing.OutQuint);
}
public partial class BPMDisplay : RollingCounter<double>
public partial class BPMDisplay : RollingCounter<int>
{
protected override double RollingDuration => 250;