mirror of
https://github.com/nolen777/eagle0.git
synced 2026-07-28 22:35:42 +00:00
Fix Issue Orders ruler names after revisiting panel (#8435)
This commit is contained in:
+1
-11
@@ -123,17 +123,7 @@ namespace eagle {
|
||||
"",
|
||||
"",
|
||||
i,
|
||||
(index, text) => {
|
||||
if (index < scrollContent.transform.childCount) {
|
||||
var rowTransform = scrollContent.transform.GetChild(index);
|
||||
var rowTextComponents =
|
||||
rowTransform
|
||||
.GetComponentsInChildren<TextMeshProUGUI>();
|
||||
if (rowTextComponents.Length > 2) {
|
||||
rowTextComponents[2].text = text;
|
||||
}
|
||||
}
|
||||
});
|
||||
(_, text) => rulingHeroTextComponent.text = text);
|
||||
|
||||
rulingHeroListeners.Add(listener);
|
||||
ClientTextProvider.Provider.AddListener(listener);
|
||||
|
||||
Reference in New Issue
Block a user