修复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

@@ -127,7 +127,7 @@ namespace XCharts
public bool CheckTootipArea(Vector2 local)
{
if (chart.series.Contains(SerieType.Ring)) return false;
if (!chart.series.Contains(SerieType.Ring)) return false;
if (!PointerIsInRingSerie(chart.series, local)) return false;
if (m_IsEnterLegendButtom) return false;
bool selected = false;