mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-21 07:50:16 +00:00
3.0 - tooltip
This commit is contained in:
@@ -57,8 +57,8 @@ namespace XCharts
|
||||
|
||||
public void SetActive(bool flag)
|
||||
{
|
||||
m_Active = flag;
|
||||
ChartHelper.SetActive(gameObject, flag);
|
||||
m_Active = flag && tooltip.showContent;
|
||||
ChartHelper.SetActive(gameObject, m_Active);
|
||||
}
|
||||
|
||||
public void Refresh()
|
||||
|
||||
Reference in New Issue
Block a user