fix:1、修复bug
This commit is contained in:
@@ -20,8 +20,8 @@ namespace FGUI.LG_live
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
list_ = (GList)GetChildAt(1);
|
||||
btn_close = (GButton)GetChildAt(2);
|
||||
list_ = (GList)GetChildAt(2);
|
||||
btn_close = (GButton)GetChildAt(3);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -25,9 +25,9 @@ namespace FGUI.ZM_Pass_14
|
||||
|
||||
type = GetControllerAt(0);
|
||||
state = GetControllerAt(1);
|
||||
item_loader = (GLoader)GetChildAt(3);
|
||||
number_text = (GTextField)GetChildAt(4);
|
||||
btn_claim = (GButton)GetChildAt(5);
|
||||
item_loader = (GLoader)GetChildAt(2);
|
||||
number_text = (GTextField)GetChildAt(3);
|
||||
btn_claim = (GButton)GetChildAt(4);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user