mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-22 16:59:11 +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;
|
UpdateCaret;
|
||||||
if (eoShowSpecialChars in ChangedOptions) and HandleAllocated then
|
if (eoShowSpecialChars in ChangedOptions) and HandleAllocated then
|
||||||
Invalidate;
|
Invalidate;
|
||||||
fMarkupSpecialChar.Enabled := (eoShowSpecialChars in ChangedOptions);
|
fMarkupSpecialChar.Enabled := (eoShowSpecialChars in fOptions);
|
||||||
|
|
||||||
(* Deal with deprecated values
|
(* Deal with deprecated values
|
||||||
Those are all controlled by mouse-actions.
|
Those are all controlled by mouse-actions.
|
||||||
|
Loading…
Reference in New Issue
Block a user