Fix breakage of achievement stats tab text.

This commit is contained in:
Mari the Deer 2023-01-27 22:26:10 +01:00
commit 6e518e7ebc
3 changed files with 3 additions and 2 deletions

View file

@ -415,6 +415,7 @@ Class DemolitionistStatsTab : DemolitionistMenuTab
foreach ( i:lists[3].items )
{
let ai = DemolitionistMenuAchievementItem(i);
if ( ai.width != w ) ai.oldstr = ""; // force brokenlines to update to the new width
ai.width = w;
}
}