synedit: set default value for FrameColor

git-svn-id: trunk@18827 -
This commit is contained in:
paul 2009-02-26 22:56:44 +00:00
parent fa88fa1f61
commit ccc97fcddb

View File

@ -597,6 +597,7 @@ procedure TSynHighlighterAttributes.InternalSaveDefaultValues;
begin
fForegroundDefault := fForeground;
fBackgroundDefault := fBackground;
FFrameColorDefault := FFrameColor;
fStyleDefault := fStyle;
{$IFDEF SYN_LAZARUS}
fStyleMaskDefault := fStyleMask;