From 0d6e789664260b89eb0bc5d0ebc526c013e4f01a Mon Sep 17 00:00:00 2001 From: Martijn Laan <1092369+martijnlaan@users.noreply.github.com> Date: Sat, 15 Jun 2024 22:36:23 +0200 Subject: [PATCH] Update comment. --- Components/ScintEdit.pas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Components/ScintEdit.pas b/Components/ScintEdit.pas index 440d1e34e..ba07d9279 100644 --- a/Components/ScintEdit.pas +++ b/Components/ScintEdit.pas @@ -1794,8 +1794,8 @@ procedure TScintEdit.StyleNeeded(const EndPos: Integer); FStyler.FText := ''; end; - { Add fold headers at section tags. These appear with section scNone with the - next line not being section sNone. } + { Set line states and also add fold headers at section tags. These appear + with section scNone with the next line not being section sNone. } for var I := FirstLine to LastLine do begin var OldState := FLines.GetState(I);