gnikit / tkinter-tooltip

A ToolTip widget for tkinter
https://gnikit.github.io/tkinter-tooltip
MIT License
41 stars 4 forks source link

fix: following whilst moving correctly reevaluates callable #80

Closed gnikit closed 9 months ago

gnikit commented 9 months ago

This should fix instances where a tooltip would have a non-zero delay + a follow set to True, with a callable message. The message would not update when moving.

This also makes the implementation of the motion binding alot more efficient.

codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (1f18eef) 100.00% compared to head (5e8cc73) 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #80 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 1 1 Lines 60 62 +2 ========================================= + Hits 60 62 +2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.