Call recalculate_shroud for the labels when scrolling.

This is needed to make sure the tooltip location is updated.
This commit is contained in:
Fabian Müller 2014-12-13 07:28:09 +01:00
parent dd398db132
commit 28bc06adbe

View file

@ -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());