ProductionTabsWidget: allow specifying different panels for left/right scroll button and tab buttons.
This commit is contained in:
@@ -43,7 +43,8 @@ namespace OpenRA.Mods.Common.Widgets.Logic
|
||||
}
|
||||
else if (widget is ProductionTabsWidget ptw)
|
||||
{
|
||||
ptw.Button += suffix;
|
||||
ptw.ArrowButton += suffix;
|
||||
ptw.TabButton += suffix;
|
||||
ptw.Background += suffix;
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user