Skip to content

Commit 5afd543

Browse files
committed
Tooltips should now work while game is waiting for other player
1 parent ca428d6 commit 5afd543

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Client.UI/Controls/CardDeck.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
</ListView.ItemContainerStyle>
7373
<ListView.ItemTemplate>
7474
<DataTemplate>
75-
<Image Source="{Binding Image}" ToolTip="{Binding Text}" Width="40" Height="40" Margin="2" />
75+
<Image Source="{Binding Image}" ToolTipService.ShowOnDisabled="True" ToolTip="{Binding Text}" Width="40" Height="40" Margin="2" />
7676
</DataTemplate>
7777
</ListView.ItemTemplate>
7878
</ListView>

0 commit comments

Comments
 (0)