mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 07:58:07 +02:00
LCL: fixed uninitialized result
git-svn-id: trunk@45862 -
This commit is contained in:
parent
b5aca9fe9f
commit
447a8e5a56
@ -312,7 +312,7 @@ end;
|
||||
|
||||
function THintWindow.OffsetHintRect(NewPos: TPoint; dy: Integer): Boolean;
|
||||
begin
|
||||
OffsetRect(FHintRect, NewPos.X, NewPos.Y + dy);
|
||||
Result:=OffsetRect(FHintRect, NewPos.X, NewPos.Y + dy);
|
||||
AdjustBoundsForMonitor;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user