This commit is contained in:
Kathy Ruffing 2008-03-19 12:44:07 +00:00
parent e46cda4217
commit 30c3bf71d2

View File

@ -252,7 +252,7 @@ namespace AT.STO.UI.Win
arr = new ILookupItem<T>[1]{(ILookupItem<T>) Value};
combo.DataSource = arr;
combo.SelectedIndex = 0;
combo.Focus();
//combo.Focus();
}
else
{