SynEdit: added comment

git-svn-id: trunk@43422 -
This commit is contained in:
martin 2013-11-11 13:01:25 +00:00
parent 7187c0477d
commit 96236fecb2

View File

@ -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;