From d5cfc06a1ad77780805b27c48f92ee66912c4f13 Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期五, 17 八月 2018 16:25:13 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
---
UI/Common/SortTable.cs | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/UI/Common/SortTable.cs b/UI/Common/SortTable.cs
index 9da8934..63ab5c0 100644
--- a/UI/Common/SortTable.cs
+++ b/UI/Common/SortTable.cs
@@ -72,6 +72,7 @@
{
m_TargetDisplay.text = Language.Get(m_SortElements[_index].textKey);
}
+ this.gameObject.SetActive(false);
}
private void OnRefreshCell(ScrollerDataType type, CellView cell)
{
@@ -96,6 +97,7 @@
[Serializable]
public struct SortElement
{
+ [Header("璇█琛╧ey")]
public string textKey;
public int type;
}
--
Gitblit v1.8.0