修改bug
This commit is contained in:
@@ -10,7 +10,7 @@ namespace FGUI.tixian
|
||||
public Controller index;
|
||||
public Controller btn_state;
|
||||
public GTextField text_type;
|
||||
public GTextField text_ch;
|
||||
public GRichTextField text_ch;
|
||||
public GImage img_outline;
|
||||
public const string URL = "ui://jwedp6jyupx71r";
|
||||
|
||||
@@ -26,7 +26,7 @@ namespace FGUI.tixian
|
||||
index = GetControllerAt(0);
|
||||
btn_state = GetControllerAt(1);
|
||||
text_type = (GTextField)GetChildAt(5);
|
||||
text_ch = (GTextField)GetChildAt(6);
|
||||
text_ch = (GRichTextField)GetChildAt(6);
|
||||
img_outline = (GImage)GetChildAt(7);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user