ChartWindow: Make gebunden type fixed more user friendly

This commit is contained in:
2024-01-21 12:48:40 +01:00
parent 182b367811
commit 89d20f4c42
5 changed files with 112 additions and 76 deletions

View File

@ -69,7 +69,7 @@ namespace Elwig.Helpers.Billing {
return dict3
.Select(e => new GraphEntry(e.Key, season.Precision, curves[e.Key], e.Value
.Select(s => new ContractSelection(vars[s[..2]], s.Length > 2 ? attrs[s[2..]] : null))
.ToList(), 50, 73, 140))
.ToList()))
.ToList();
}