mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-06 00:20:13 +02:00
LCL: Application.HideHint: clear HintControl and HintRect to allow showing another hint
git-svn-id: trunk@45366 -
This commit is contained in:
parent
d1ed57c17c
commit
9b459d4871
@ -1373,6 +1373,8 @@ procedure TApplication.HideHint;
|
|||||||
begin
|
begin
|
||||||
if FHintWindow <> nil then
|
if FHintWindow <> nil then
|
||||||
FHintWindow.Visible := False;
|
FHintWindow.Visible := False;
|
||||||
|
FHintControl := nil;
|
||||||
|
FHintRect := Rect(0,0,0,0);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
{------------------------------------------------------------------------------
|
{------------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user