mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-25 00:39:28 +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
|
||||
if FHintWindow <> nil then
|
||||
FHintWindow.Visible := False;
|
||||
FHintControl := nil;
|
||||
FHintRect := Rect(0,0,0,0);
|
||||
end;
|
||||
|
||||
{------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user