Bug Fix#23060: unit status tooltips do not show.
The rectangle for the unit_stats was overlapping other rectangles, making it not function properly. Just resized it to fit. Tested with single poison effect, both poison and slow, and no effects, all worked.
This commit is contained in:
parent
2c245afdc2
commit
5a584381f3
1 changed files with 1 additions and 1 deletions
|
@ -269,7 +269,7 @@
|
|||
id=unit-status
|
||||
font_size={DEFAULT_FONT_SMALL}
|
||||
ref=label-hp
|
||||
rect="+10,=-2,1022,+16"
|
||||
rect="+10,=-4,1022,+16"
|
||||
xanchor=right
|
||||
yanchor=fixed
|
||||
[/unit_status]
|
||||
|
|
Loading…
Add table
Reference in a new issue