Prototype text dropdown

This commit is contained in:
Paul Chote
2011-05-17 18:46:28 +12:00
parent e8d652ad63
commit b417118429
6 changed files with 118 additions and 98 deletions

View File

@@ -34,7 +34,7 @@ namespace OpenRA.Mods.Cnc.Widgets
panel = fullscreenMask = null;
}
public void DisplayPanel(Widget p)
public void AttachPanel(Widget p)
{
if (panel != null)
throw new InvalidOperationException("Attempted to attach a panel to an open dropdown");