Fix breakage of achievement stats tab text.

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

View file

@ -1,3 +1,3 @@
[default]
SWWM_MODVER="\cyDEMOLITIONIST \cw1.3pre r740 \cu(Thu 26 Jan 21:18:23 CET 2023)\c-";
SWWM_SHORTVER="\cw1.3pre r740 \cu(2023-01-26 21:18:23)\c-";
SWWM_MODVER="\cyDEMOLITIONIST \cw1.3pre r741 \cu(Fri 27 Jan 22:53:19 CET 2023)\c-";
SWWM_SHORTVER="\cw1.3pre r741 \cu(2023-01-27 22:53:19)\c-";

Binary file not shown.

Before

Width:  |  Height:  |  Size: 976 B

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;
}
}