mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-29 16:10:16 +02:00
synedit: clean up
git-svn-id: trunk@19244 -
This commit is contained in:
parent
aab04330d5
commit
72183ac80c
@ -2607,7 +2607,7 @@ function TSynPasSyn.GetDrawDivider(Index: integer): TSynDividerDrawConfigSetting
|
||||
end;
|
||||
|
||||
var
|
||||
nxt, cur: TPascalCodeFoldBlockType;
|
||||
cur: TPascalCodeFoldBlockType;
|
||||
CloseCnt, ClosedByNextLine, ClosedInLastLine: Integer;
|
||||
i, top, c: Integer;
|
||||
t: TSynPasDividerDrawLocation;
|
||||
@ -2639,7 +2639,7 @@ begin
|
||||
|
||||
cur := TopPascalCodeFoldBlockType(i + 1);
|
||||
while (i >= top) do begin
|
||||
nxt := cur; // The "next higher" close node compared to current
|
||||
//nxt := cur; // The "next higher" close node compared to current
|
||||
cur := TopPascalCodeFoldBlockType(i);
|
||||
Result := FDividerDrawConfig[pddlUses].TopSetting; //// xxxx
|
||||
case cur of
|
||||
|
Loading…
Reference in New Issue
Block a user