GTK3: Fixed hint flickering when mouse moves.

Closes: #37712.

When mouse moves but remains over the same widget, we should not
recreate the hint window. Just break execution and 'exit `ActivateHint`
function early.
This commit is contained in:
Abou Al Montacir 2023-06-25 17:21:42 +02:00 committed by Maxim Ganetsky
parent fde0e0f965
commit f7c5d02afb

View File

@ -193,6 +193,8 @@ begin
HideHint;
FHintControl := Info.Control;
FHintRect := FHintControl.BoundsRect;
end else begin
Exit;
end;
case FHintTimerType of
ahttNone, ahttHideHint: