bingo b面修改
This commit is contained in:
@@ -7,7 +7,7 @@ namespace FGUI.JSettings
|
||||
{
|
||||
public partial class com_howto : GComponent
|
||||
{
|
||||
public GTextField title;
|
||||
public GTextField txt_title;
|
||||
public GButton closeButton;
|
||||
public const string URL = "ui://ae8hdoudrhllp";
|
||||
|
||||
@@ -20,8 +20,8 @@ namespace FGUI.JSettings
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
title = (GTextField)GetChildAt(1);
|
||||
closeButton = (GButton)GetChildAt(2);
|
||||
txt_title = (GTextField)GetChildAt(2);
|
||||
closeButton = (GButton)GetChildAt(6);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user