Skip to content

Commit 4143684

Browse files
committed
remove unused clip binding
1 parent 4bc10ba commit 4143684

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MaterialDesignThemes.Wpf/Themes/MaterialDesignTheme.ToggleButton.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<Setter Property="Template">
4545
<Setter.Value>
4646
<ControlTemplate TargetType="{x:Type ToggleButton}">
47-
<Grid Clip="{Binding ElementName=UncheckedEllipse, Path=RenderedGeometry}" ClipToBounds="True">
47+
<Grid ClipToBounds="True">
4848
<VisualStateManager.VisualStateGroups>
4949
<VisualStateGroup x:Name="CommonStates">
5050
<VisualState x:Name="Normal"/>

0 commit comments

Comments
 (0)