We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 248b296 commit fd75726Copy full SHA for fd75726
ImprovedUI/Public/Game/GUI/Widgets/WorldTooltips.xaml
@@ -112,7 +112,7 @@
112
</Control>
113
114
<!-- Show all the world tooltips for this player -->
115
- <ItemsControl ItemsSource="{Binding CurrentPlayer.WorldTooltips}" ItemTemplate="{StaticResource CommonTooltipTemplate}" x:Name="WorldTooltipContainer">
+ <ItemsControl ItemsSource="{Binding CurrentPlayer.WorldTooltips}" ItemTemplate="{StaticResource CommonTooltipTemplate}" x:Name="WorldTooltipContainer" IsHitTestVisible="True">
116
<ItemsControl.ItemsPanel>
117
<ItemsPanelTemplate>
118
<ls:LSWorldTooltipsCanvas ClipToBounds="True"/>
@@ -223,4 +223,4 @@
223
</DataTemplate>
224
</ls:UIWidget.ContentTemplate>
225
<!-- MOD END -->
226
-</ls:UIWidget>
+</ls:UIWidget>
0 commit comments