IDE: fixed loading RightMarginColor editor option (issue #11939)

git-svn-id: trunk@16174 -
This commit is contained in:
vincents 2008-08-21 09:55:47 +00:00
parent b8af8691df
commit c4633603ff

View File

@ -1658,7 +1658,7 @@ begin
fRightMargin :=
XMLConfig.GetValue('EditorOptions/Display/RightMargin', 80);
fRightMarginColor :=
XMLConfig.GetValue('EditorOptions/Display/VisibleRightMarginColor'
XMLConfig.GetValue('EditorOptions/Display/RightMarginColor'
, clBtnFace);
fEditorFont :=
XMLConfig.GetValue('EditorOptions/Display/EditorFont', SynDefaultFontName);