synedit: don't merge tokes with same FrameColor if it <> clNone (= no Frame)

git-svn-id: trunk@17570 -
This commit is contained in:
paul 2008-11-24 15:53:35 +00:00
parent c3613ebf0c
commit 4c8f0cddf1

View File

@ -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)