mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-11 15:48:34 +02:00
codetools: MoveCursorToCleanPos do not clear CurNode, bug #32726
git-svn-id: branches/fixes_1_8@56493 -
This commit is contained in:
parent
0751e56f92
commit
c723b1c155
@ -2271,7 +2271,6 @@ begin
|
||||
CurPos.Flag:=cafNone;
|
||||
LastAtoms.Clear;
|
||||
NextPos.StartPos:=-1;
|
||||
CurNode:=nil;
|
||||
end;
|
||||
|
||||
procedure TCustomCodeTool.MoveCursorToCleanPos(ACleanPos: PChar);
|
||||
|
Loading…
Reference in New Issue
Block a user