Skip to content

Commit 0c1ef6d

Browse files
authored
fix(controls): Remove AnimationFactorToValueConverter from CheckBox.xaml (#1649)
#1512 (comment)
1 parent 5773da9 commit 0c1ef6d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Wpf.Ui/Controls/CheckBox/CheckBox.xaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
<system:Double x:Key="CheckBoxWidth">20</system:Double>
3535
<system:TimeSpan x:Key="CheckBoxAnimationOffset">00:00:00.250</system:TimeSpan>
3636
<Duration x:Key="CheckBoxAnimationDuration">00:00:00.250</Duration>
37-
<converters:AnimationFactorToValueConverter x:Key="CheckBoxAnimationFactorToValueConverter" />
3837
<converters:ClipConverter x:Key="ClipConverter" />
3938

4039
<Style x:Key="DefaultCheckBoxStyle" TargetType="{x:Type CheckBox}">

0 commit comments

Comments
 (0)