Skip to content

GTK3: Fixed hint flickering when mouse moves.

Abou Al Montacir requested to merge abou.almontacir/lazarus:GtkPartialMerge into main

Closes: #37712 (closed).

When mouse moves but remains over the same widget, we should not recreate the hint window. Just break execution and 'exit ActivateHint function early.

Merge request reports