AddFactionSuffixLogic: add suffix to ProductionTabsWidget.Decorations
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user