mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-22 01:37:59 +02:00
Deprecating StackStringFormat
This commit is contained in:
parent
1484a5f53c
commit
6e1eaf63e8
15 changed files with 61 additions and 58 deletions
|
@ -1536,7 +1536,7 @@ namespace IDE.ui
|
|||
}
|
||||
if (i < strVals.Count)
|
||||
{
|
||||
childItem.Label = StackStringFormat!("#{0}", i + 1);
|
||||
childItem.Label = scope String()..AppendF("#{0}", i + 1);
|
||||
childSubItem.mTextColor = DarkTheme.COLOR_TEXT;
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue