mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-30 10:50:53 +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;
|
end;
|
||||||
|
|
||||||
var
|
var
|
||||||
nxt, cur: TPascalCodeFoldBlockType;
|
cur: TPascalCodeFoldBlockType;
|
||||||
CloseCnt, ClosedByNextLine, ClosedInLastLine: Integer;
|
CloseCnt, ClosedByNextLine, ClosedInLastLine: Integer;
|
||||||
i, top, c: Integer;
|
i, top, c: Integer;
|
||||||
t: TSynPasDividerDrawLocation;
|
t: TSynPasDividerDrawLocation;
|
||||||
@ -2639,7 +2639,7 @@ begin
|
|||||||
|
|
||||||
cur := TopPascalCodeFoldBlockType(i + 1);
|
cur := TopPascalCodeFoldBlockType(i + 1);
|
||||||
while (i >= top) do begin
|
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);
|
cur := TopPascalCodeFoldBlockType(i);
|
||||||
Result := FDividerDrawConfig[pddlUses].TopSetting; //// xxxx
|
Result := FDividerDrawConfig[pddlUses].TopSetting; //// xxxx
|
||||||
case cur of
|
case cur of
|
||||||
|
Loading…
Reference in New Issue
Block a user