Skip to content

Commit a7e254c

Browse files
committed
fix: multiple bindings for IsVisible property of Button
Signed-off-by: leo <[email protected]>
1 parent 79306ad commit a7e254c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Views/DiffView.axaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
<Button Classes="icon_button"
3838
Width="28"
3939
Click="OnGotoFirstChange"
40-
IsVisible="{Binding IsTextDiff}"
4140
ToolTip.Tip="{DynamicResource Text.Diff.First}">
4241
<Button.IsVisible>
4342
<MultiBinding Converter="{x:Static BoolConverters.And}">
@@ -78,7 +77,6 @@
7877
<Button Classes="icon_button"
7978
Width="28"
8079
Click="OnGotoLastChange"
81-
IsVisible="{Binding IsTextDiff}"
8280
ToolTip.Tip="{DynamicResource Text.Diff.Last}">
8381
<Button.IsVisible>
8482
<MultiBinding Converter="{x:Static BoolConverters.And}">

0 commit comments

Comments
 (0)