Skip to content

Commit

Permalink
Tooltips should now work while game is waiting for other player
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcidev committed Aug 22, 2024
1 parent ca428d6 commit 5afd543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Client.UI/Controls/CardDeck.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
</ListView.ItemContainerStyle>
<ListView.ItemTemplate>
<DataTemplate>
<Image Source="{Binding Image}" ToolTip="{Binding Text}" Width="40" Height="40" Margin="2" />
<Image Source="{Binding Image}" ToolTipService.ShowOnDisabled="True" ToolTip="{Binding Text}" Width="40" Height="40" Margin="2" />
</DataTemplate>
</ListView.ItemTemplate>
</ListView>
Expand Down

0 comments on commit 5afd543

Please sign in to comment.