AddFactionSuffixLogic: add suffix to ProductionTabsWidget.Decorations

This commit is contained in:
michaeldgg2
2023-01-25 13:18:06 +01:00
committed by Gustas
parent 949b993a4a
commit 6f87c565ac
2 changed files with 4 additions and 1 deletions

View File

@@ -45,6 +45,9 @@ namespace OpenRA.Mods.Common.Widgets.Logic
{
ptw.ArrowButton += suffix;
ptw.TabButton += suffix;
// TODO: This isn't functional, ProductionTabsWidget's caches aren't updated with the new values.
ptw.Decorations += suffix;
ptw.Background += suffix;
}
else