mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-07-17 17:26:14 +02:00
codetools: fixed Unneeded extra space in event assignment completion
git-svn-id: trunk@37594 -
This commit is contained in:
parent
c6213c990e
commit
c5a967874a
@ -1655,8 +1655,8 @@ var
|
||||
AddrOperatorPos:=-1;
|
||||
// check assignment operator :=
|
||||
if not AtomIs(':=') then exit;
|
||||
AssignmentOperator:=CurPos.StartPos;
|
||||
ReadPriorAtom;
|
||||
AssignmentOperator:=CurPos.EndPos;
|
||||
// check event name
|
||||
if not AtomIsIdentifier then exit;
|
||||
PropVarAtom:=CurPos;
|
||||
|
Loading…
Reference in New Issue
Block a user