mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 09:39:25 +02:00
SynEdit Highlighter: Fix to divider-draw changes in revision 19144 #8d681fd278
git-svn-id: trunk@19147 -
This commit is contained in:
parent
a14e436408
commit
96a4882d61
@ -2507,8 +2507,8 @@ end;
|
||||
function TSynPasSyn.GetDrawDivider(Index: integer): Boolean;
|
||||
begin
|
||||
result := (EndFoldLevel(Index) < DrawDividerLevel) and
|
||||
(EndFoldLevel(Index - 1) >= DrawDividerLevel) and
|
||||
(MinimumFoldLevel(Index) = EndFoldLevel(Index)); // not amixed line
|
||||
(EndFoldLevel(Index - 1) > MinimumFoldLevel(Index)) and
|
||||
(MinimumFoldLevel(Index) = EndFoldLevel(Index)); // not a mixed line
|
||||
end;
|
||||
|
||||
function TSynPasSyn.GetFoldNodeInfo(Line, Index: Integer): TSynFoldNodeInfo;
|
||||
|
Loading…
Reference in New Issue
Block a user