fix<HighlightableTextBlock>: fix multi-line selection lag in DiffViewer

This commit is contained in:
leo 2021-08-11 11:26:39 +08:00
parent 2c37ff98e6
commit 3f2948dd06

View file

@ -48,5 +48,6 @@
<Setter Property="LineHeight" Value="16"/> <Setter Property="LineHeight" Value="16"/>
<Setter Property="Margin" Value="0"/> <Setter Property="Margin" Value="0"/>
<Setter Property="Padding" Value="4,0,0,0"/> <Setter Property="Padding" Value="4,0,0,0"/>
<Setter Property="IsHitTestVisible" Value="False"/>
</Style> </Style>
</ResourceDictionary> </ResourceDictionary>