fix: sometimes textblock with issue link will render nothing

This commit is contained in:
leo 2024-08-14 11:06:37 +08:00
parent ec14d9d533
commit 55da40f8dc
No known key found for this signature in database
5 changed files with 163 additions and 11 deletions

View file

@ -77,10 +77,11 @@
FontSize="10"
VerticalAlignment="Center"/>
<TextBlock Classes="primary"
Text="{Binding Subject}"
Opacity="{Binding Opacity}"
FontWeight="{Binding FontWeight}"/>
<v:CommitSubjectPresenter Classes="primary"
Subject="{Binding Subject}"
IssueTrackerRules="{Binding $parent[v:Histories].IssueTrackerRules}"
Opacity="{Binding Opacity}"
FontWeight="{Binding FontWeight}"/>
</StackPanel>
</Border>
</DataTemplate>