mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-18 22:40:10 +00:00
Tooltip显示优化
This commit is contained in:
@@ -119,7 +119,8 @@ namespace XCharts
|
||||
|
||||
public void SetActive(bool flag)
|
||||
{
|
||||
if(m_GameObject && m_GameObject.activeInHierarchy != flag)
|
||||
lastDataIndex = 0;
|
||||
if (m_GameObject && m_GameObject.activeInHierarchy != flag)
|
||||
m_GameObject.SetActive(flag);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user