Fix breakage of achievement stats tab text.
This commit is contained in:
parent
77b4a272cf
commit
6e518e7ebc
3 changed files with 3 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue