fixed updating hint text

git-svn-id: trunk@7086 -
This commit is contained in:
vincents 2005-04-18 21:06:02 +00:00
parent ea2800b486
commit d2d702830d

View File

@ -110,7 +110,7 @@ begin
FActivating := True;
try
//debugln('THintWindow.ActivateHint OldHint="',DbgStr(Caption),'" NewHint="',DbgStr(AHint),'"');
InvalidateNeeded:=Visible and (Caption<>Hint);
InvalidateNeeded:=Visible and (Caption<>AHint);
Caption := AHint;
if ARect.Bottom > Screen.Height then
begin