Skip to content

Commit f762afc

Browse files
committed
Add missing text comp.
1 parent 2f9606c commit f762afc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Assets/JCSUnity/Scripts/GUI/JCS_PanelChild.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ private bool IsUnityDefinedUI()
162162
this.GetComponent<Dropdown>() ||
163163
this.GetComponent<Slider>() ||
164164
this.GetComponent<Scrollbar>() ||
165+
this.GetComponent<Text>() ||
165166
this.GetComponent<Toggle>() ||
166167
this.GetComponent<InputField>());
167168
}

0 commit comments

Comments
 (0)