This pull request contains rewritten code of tooltip with other small bug fixes in the progress. Tooltip now use event-based approach to show the tooltip on a certain element instead of scanning and tracing element currently under cursor, which greatly decrease the CPU usage when moving the mouse rapidly.
This pull request contains rewritten code of
tooltip
with other small bug fixes in the progress. Tooltip now use event-based approach to show the tooltip on a certain element instead of scanning and tracing element currently under cursor, which greatly decrease the CPU usage when moving the mouse rapidly.