mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 01:19:37 +02:00
SynEdit: added comment
git-svn-id: trunk@43422 -
This commit is contained in:
parent
7187c0477d
commit
96236fecb2
@ -2362,6 +2362,7 @@ begin
|
||||
rSizesBeforeSum := rSizesBeforeSum + current.FLeftSizeSum;
|
||||
|
||||
if ALine = rStartPosition then begin
|
||||
// Should not happen // did happen when nodes with 0 lines where re-inserrted, after editor-delete-lines
|
||||
debugln(['Droping Foldnode / Already exists. Startline=', rStartPosition,' LineCount=',ACount]);
|
||||
FreeAndNil(ANode);
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user