Fix breakage of achievement stats tab text.
This commit is contained in:
parent
21662d7bee
commit
0e489e1734
3 changed files with 3 additions and 2 deletions
|
|
@ -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 |
|
|
@ -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