LCL: Application.HideHint: clear HintControl and HintRect to allow showing another hint

git-svn-id: trunk@45366 -
This commit is contained in:
mattias 2014-06-05 21:58:04 +00:00
parent d1ed57c17c
commit 9b459d4871

View File

@ -1373,6 +1373,8 @@ procedure TApplication.HideHint;
begin
if FHintWindow <> nil then
FHintWindow.Visible := False;
FHintControl := nil;
FHintRect := Rect(0,0,0,0);
end;
{------------------------------------------------------------------------------