mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-10-01 00:50:35 +02:00
fixed updating hint text
git-svn-id: trunk@7086 -
This commit is contained in:
parent
ea2800b486
commit
d2d702830d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user