missing tab
This commit is contained in:
@@ -29,7 +29,7 @@ namespace OpenRA.Mods.Cnc.Widgets.Logic
|
|||||||
if (tabs.QueueGroup == button.ProductionGroup)
|
if (tabs.QueueGroup == button.ProductionGroup)
|
||||||
tabs.SelectNextTab(reverse);
|
tabs.SelectNextTab(reverse);
|
||||||
else
|
else
|
||||||
tabs.QueueGroup = button.ProductionGroup;
|
tabs.QueueGroup = button.ProductionGroup;
|
||||||
};
|
};
|
||||||
|
|
||||||
button.IsDisabled = () => tabs.Groups[button.ProductionGroup].Tabs.Count == 0;
|
button.IsDisabled = () => tabs.Groups[button.ProductionGroup].Tabs.Count == 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user