Files
XCharts/Runtime/Component/Tooltip
Stefan Bursuc f5a41b5119 Fix for GC Allocations inside TooltipHandler
In the case where the pointer is not in the chart, both calls to
ListPool<Serie>.Get() from inside the function UpdateTooltipData
are executed.

And because the pointer is not in the chart, m_ShowTooltip is set to
false in the last else clause.

This makes UpdateTooltip to skip all logic and miss the chance to release
the list back to the pool.
2024-04-08 11:24:28 +02:00
..
2022-01-05 21:40:48 +08:00
2022-01-05 21:40:48 +08:00
2022-01-05 21:40:48 +08:00
2022-01-05 21:40:48 +08:00
2022-01-05 21:40:48 +08:00