mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 13:59:31 +02:00
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:
commit
37cf974aaf
@ -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