Skip to content

Commit fd75726

Browse files
authored
Update WorldTooltips.xaml
1 parent 248b296 commit fd75726

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ImprovedUI/Public/Game/GUI/Widgets/WorldTooltips.xaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
</Control>
113113

114114
<!-- Show all the world tooltips for this player -->
115-
<ItemsControl ItemsSource="{Binding CurrentPlayer.WorldTooltips}" ItemTemplate="{StaticResource CommonTooltipTemplate}" x:Name="WorldTooltipContainer">
115+
<ItemsControl ItemsSource="{Binding CurrentPlayer.WorldTooltips}" ItemTemplate="{StaticResource CommonTooltipTemplate}" x:Name="WorldTooltipContainer" IsHitTestVisible="True">
116116
<ItemsControl.ItemsPanel>
117117
<ItemsPanelTemplate>
118118
<ls:LSWorldTooltipsCanvas ClipToBounds="True"/>
@@ -223,4 +223,4 @@
223223
</DataTemplate>
224224
</ls:UIWidget.ContentTemplate>
225225
<!-- MOD END -->
226-
</ls:UIWidget>
226+
</ls:UIWidget>

0 commit comments

Comments
 (0)