Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit c05db9a

Browse files
committed
Fix the content binding on the ActionLinkButton
1 parent e2c60ab commit c05db9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.VisualStudio/UI/Views/Controls/ActionLinkButton.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
</Style.Triggers>
4848
</Style>
4949
</Hyperlink.Resources>
50-
<Run Text="{TemplateBinding Content}" />
50+
<Run Text="{Binding RelativeSource={RelativeSource TemplatedParent}, Path=Content}" />
5151
</Hyperlink>
5252
</TextBlock>
5353
</ControlTemplate>

0 commit comments

Comments
 (0)