Skip to content

Commit b4eb634

Browse files
authored
Fix Shop tooltips not being displayed (#2210)
1 parent ac6c108 commit b4eb634

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/panorama/layout/custom_game/bottle_announcement.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
$('#AnnouncementPanel').SetHasClass('Show', true);
1111
});
1212
</script>
13-
<Panel class='Announcement'>
13+
<Panel class='Announcement' hittest='false'>
1414
<Panel id='AnnouncementPanel' class=''>
1515
<Image id='AnnouncementImage' src='file://{images}/custom_game/hud/tournament2_winners.png' scaling='stretch-to-fit-x-preserve-aspect' />
1616
<Button id='CloseBtn' hittest='true' onactivate='Close()' oncontextmenu='Close()'/>

0 commit comments

Comments
 (0)