mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 10:58:16 +02:00
synedit: set default value for FrameColor
git-svn-id: trunk@18827 -
This commit is contained in:
parent
fa88fa1f61
commit
ccc97fcddb
@ -597,6 +597,7 @@ procedure TSynHighlighterAttributes.InternalSaveDefaultValues;
|
||||
begin
|
||||
fForegroundDefault := fForeground;
|
||||
fBackgroundDefault := fBackground;
|
||||
FFrameColorDefault := FFrameColor;
|
||||
fStyleDefault := fStyle;
|
||||
{$IFDEF SYN_LAZARUS}
|
||||
fStyleMaskDefault := fStyleMask;
|
||||
|
Loading…
Reference in New Issue
Block a user