Skip to content

Fix cell hover tooltip position

Michael Migliore requested to merge michael.migliore/paraview:fix-tooltip into master

Fix #17913 (closed)

The tooltip position was based on the point location or the first cell point location.
If the mouse happened to be on top of the tooltip, it disappeared almost instantly.
The tooltip position is now based only on the mouse position.

Edited by Michael Migliore

Merge request reports