Skip to content

Commit 4a15263

Browse files
committed
Changed the Icon 'IsHitTestVisible'
1 parent be4621a commit 4a15263

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher/ResultListBox.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
x:Name="ImageIcon"
8585
Width="{Binding IconXY}"
8686
Height="{Binding IconXY}"
87-
Margin="0,0,0,0"
87+
Margin="0,0,0,0" IsHitTestVisible="False"
8888
HorizontalAlignment="Center"
8989
Source="{Binding Image, TargetNullValue={x:Null}}"
9090
Stretch="Uniform"

0 commit comments

Comments
 (0)