relax items type for DropDownButtonLogic.ShowDropDown

This commit is contained in:
Chris Forbes
2011-10-30 09:55:32 +13:00
parent eaa4d06052
commit 7a6f4d3b04
6 changed files with 10 additions and 10 deletions

View File

@@ -156,7 +156,7 @@ namespace OpenRA.Mods.RA.Widgets.Logic
return item;
};
dropdown.ShowDropDown("LABEL_DROPDOWN_TEMPLATE", 500, options.Keys.ToList(), setupItem);
dropdown.ShowDropDown("LABEL_DROPDOWN_TEMPLATE", 500, options.Keys, setupItem);
return true;
}
}