From c4633603ff07174c0610876a3946369a873d8b2e Mon Sep 17 00:00:00 2001 From: vincents Date: Thu, 21 Aug 2008 09:55:47 +0000 Subject: [PATCH] IDE: fixed loading RightMarginColor editor option (issue #11939) git-svn-id: trunk@16174 - --- ide/editoroptions.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ide/editoroptions.pp b/ide/editoroptions.pp index f3c29e2624..30af64a6e9 100644 --- a/ide/editoroptions.pp +++ b/ide/editoroptions.pp @@ -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);