mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-30 12:29:18 +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;
|
HideHint;
|
||||||
FHintControl := Info.Control;
|
FHintControl := Info.Control;
|
||||||
FHintRect := FHintControl.BoundsRect;
|
FHintRect := FHintControl.BoundsRect;
|
||||||
|
end else begin
|
||||||
|
Exit;
|
||||||
end;
|
end;
|
||||||
case FHintTimerType of
|
case FHintTimerType of
|
||||||
ahttNone, ahttHideHint:
|
ahttNone, ahttHideHint:
|
||||||
|
Loading…
Reference in New Issue
Block a user