up
This commit is contained in:
@@ -22,7 +22,7 @@ public class CLUIElementPopList : UIEventListener
|
||||
ArrayList values = new ArrayList ();
|
||||
values.AddRange (poplist.valueItems);
|
||||
if (poplist.items.Count == 0) {
|
||||
CLAlert.add (Localization.Get ("EmpyContent"), Color.white, 1, 1, false, Vector3.zero);
|
||||
//CLAlert.add (Localization.Get ("EmpyContent"), Color.white, 1, 1, false, Vector3.zero);
|
||||
}
|
||||
CLUIPopListPanel.show (poplist.items, values, (Callback)onSelectedValue);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user