mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-26 02:29:32 +02:00
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:
parent
fde0e0f965
commit
f7c5d02afb
@ -193,6 +193,8 @@ begin
|
||||
HideHint;
|
||||
FHintControl := Info.Control;
|
||||
FHintRect := FHintControl.BoundsRect;
|
||||
end else begin
|
||||
Exit;
|
||||
end;
|
||||
case FHintTimerType of
|
||||
ahttNone, ahttHideHint:
|
||||
|
Loading…
Reference in New Issue
Block a user