修复Tooltip不触发的问题

This commit is contained in:
monitor1394
2021-05-18 09:29:03 +08:00
parent ccb010fee3
commit d1c1e64e4c
5 changed files with 5 additions and 5 deletions

View File

@@ -119,7 +119,7 @@ namespace XCharts
public bool CheckTootipArea(Vector2 local)
{
if (chart.series.Contains(SerieType.Radar)) return false;
if (!chart.series.Contains(SerieType.Radar)) return false;
if (m_IsEnterLegendButtom) return false;
if (!IsInRadar(local)) return false;
bool highlight = false;