mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-09 20:57:22 +02:00
Fix clicking on text (#11968)
This commit is contained in:
@@ -236,7 +236,8 @@
|
|||||||
Grid.Column="1"
|
Grid.Column="1"
|
||||||
FontSize="20"
|
FontSize="20"
|
||||||
Margin="0,0,0,-2"
|
Margin="0,0,0,-2"
|
||||||
VerticalAlignment="Bottom">
|
VerticalAlignment="Bottom"
|
||||||
|
IsHitTestVisible="False">
|
||||||
<viewmodel:ResultsViewModel.FormattedText>
|
<viewmodel:ResultsViewModel.FormattedText>
|
||||||
<MultiBinding Converter="{StaticResource highlightTextConverter}">
|
<MultiBinding Converter="{StaticResource highlightTextConverter}">
|
||||||
<Binding Path="Result.Title" />
|
<Binding Path="Result.Title" />
|
||||||
|
|||||||
Reference in New Issue
Block a user