Call recalculate_shroud for the labels when scrolling.
This is needed to make sure the tooltip location is updated.
This commit is contained in:
parent
dd398db132
commit
28bc06adbe
1 changed files with 1 additions and 0 deletions
|
@ -2197,6 +2197,7 @@ bool display::scroll(int xmove, int ymove, bool force)
|
|||
return false;
|
||||
|
||||
font::scroll_floating_labels(dx, dy);
|
||||
labels().recalculate_shroud();
|
||||
|
||||
surface screen(screen_.getSurface());
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue