Merge branch 'GtkPartialMerge' into 'main'

GTK3: Fixed hint flickering when mouse moves. Fixes: #37712.

See merge request freepascal.org/lazarus/lazarus!215
This commit is contained in:
Maxim Ganetsky 2023-06-25 16:05:24 +00:00
commit 37cf974aaf

View File

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