From df7e84d2d78443ef24a92a3b4f828590923e0572 Mon Sep 17 00:00:00 2001 From: martin Date: Tue, 17 Feb 2015 13:18:17 +0000 Subject: [PATCH] EditorOptions: fixed loading defaults for antialiasing on empty file git-svn-id: trunk@47859 - --- ide/editoroptions.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ide/editoroptions.pp b/ide/editoroptions.pp index 51c619fe44..385cdf22e9 100644 --- a/ide/editoroptions.pp +++ b/ide/editoroptions.pp @@ -4605,7 +4605,7 @@ begin XMLConfig.GetValue('EditorOptions/Display/ExtraLineSpacing', 1); fDisableAntialiasing := XMLConfig.GetValue('EditorOptions/Display/DisableAntialiasing', - FileVersion<7); + (FileVersion>0) and (FileVersion<7)); FDoNotWarnForFont := XMLConfig.GetValue('EditorOptions/Display/DoNotWarnForFont', '');