mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-02 17:39:43 +01:00
codetools: fixed uninitialized params
git-svn-id: trunk@41914 -
This commit is contained in:
parent
5b38f381dd
commit
a411d10198
@ -3793,6 +3793,10 @@ begin
|
||||
DebugLn('TCodeToolManager.CompleteCode A ',Code.Filename);
|
||||
{$ENDIF}
|
||||
Result:=false;
|
||||
NewX := 0;
|
||||
NewY := 0;
|
||||
NewTopLine := 0;
|
||||
NewCode := NIL;
|
||||
if not InitCurCodeTool(Code) then exit;
|
||||
CursorPos.X:=X;
|
||||
CursorPos.Y:=Y;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user