missing tab

This commit is contained in:
Matthias Mailänder
2014-08-23 21:44:50 +02:00
parent f0fc63b15d
commit 093fe1776f

View File

@@ -29,7 +29,7 @@ namespace OpenRA.Mods.Cnc.Widgets.Logic
if (tabs.QueueGroup == button.ProductionGroup)
tabs.SelectNextTab(reverse);
else
tabs.QueueGroup = button.ProductionGroup;
tabs.QueueGroup = button.ProductionGroup;
};
button.IsDisabled = () => tabs.Groups[button.ProductionGroup].Tabs.Count == 0;