mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2026-02-04 07:24:48 +01:00
synedit: don't merge tokes with same FrameColor if it <> clNone (= no Frame)
git-svn-id: trunk@17570 -
This commit is contained in:
parent
c3613ebf0c
commit
4c8f0cddf1
@ -3239,7 +3239,7 @@ var
|
||||
// foreground color must be the same or token is only spaces
|
||||
and (
|
||||
( (TokenAccu.BG = Background) and
|
||||
(TokenAccu.FC = FrameColor) and
|
||||
((TokenAccu.FC = FrameColor) and (TokenAccu.FC = clNone)) and
|
||||
(
|
||||
(TokenAccu.FG = Foreground) or
|
||||
(not (eoShowSpecialChars in fOptions) and TokenIsSpaces)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user