Skip to content

Commit

Permalink
Fixing metadata type...
Browse files Browse the repository at this point in the history
  • Loading branch information
batzen committed Feb 9, 2022
1 parent a44278c commit d23884b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Fluent.Ribbon/Controls/IconPresenter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ static IconPresenter()

IsEnabledProperty.OverrideMetadata(typeof(IconPresenter), new UIPropertyMetadata(OnIsEnabledChanged));

FocusableProperty.OverrideMetadata(typeof(IconPresenter), new UIPropertyMetadata(BooleanBoxes.FalseBox));
FocusableProperty.OverrideMetadata(typeof(IconPresenter), new FrameworkPropertyMetadata(BooleanBoxes.FalseBox));
}

public IconPresenter()
Expand Down

0 comments on commit d23884b

Please sign in to comment.