Skip to content

Commit

Permalink
Turning binding error into warning
Browse files Browse the repository at this point in the history
  • Loading branch information
batzen committed Jul 5, 2017
1 parent 34c44f3 commit c861b6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Fluent.Ribbon.Showcase/TestContent.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -3130,7 +3130,7 @@
<Rectangle VerticalAlignment="Stretch"
HorizontalAlignment="Stretch">
<Rectangle.Fill>
<SolidColorBrush Color="{Binding ElementName=ThemeColorGallery, Path=SelectedColor}" />
<SolidColorBrush Color="{Binding ElementName=ThemeColorGallery, Path=SelectedColor, FallbackValue=Red}" />
</Rectangle.Fill>
</Rectangle>
</Fluent:DropDownButton.Icon>
Expand Down

0 comments on commit c861b6f

Please sign in to comment.