mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 07:39:26 +02:00
SynEdit: add color setting for visualized special chars (whitespace)
git-svn-id: trunk@32370 -
This commit is contained in:
parent
783bdfd9d0
commit
6ddc1c8152
@ -7382,7 +7382,7 @@ begin
|
||||
UpdateCaret;
|
||||
if (eoShowSpecialChars in ChangedOptions) and HandleAllocated then
|
||||
Invalidate;
|
||||
fMarkupSpecialChar.Enabled := (eoShowSpecialChars in ChangedOptions);
|
||||
fMarkupSpecialChar.Enabled := (eoShowSpecialChars in fOptions);
|
||||
|
||||
(* Deal with deprecated values
|
||||
Those are all controlled by mouse-actions.
|
||||
|
Loading…
Reference in New Issue
Block a user