Remove no longer necessary `FinishTransforms(true)` call

As the component no longer has any transition transforms applied.
This commit is contained in:
Bartłomiej Dach 2021-05-14 21:52:09 +02:00
parent 6cc678f497
commit 8b4e6d2911
1 changed files with 0 additions and 1 deletions

View File

@ -100,7 +100,6 @@ protected override void LoadComplete()
base.LoadComplete();
Current.BindValueChanged(_ => updateDisplay(), true);
FinishTransforms(true);
}
private void updateDisplay()