mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 02:39:15 +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;
|
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