diff --git a/ide/editoroptions.pp b/ide/editoroptions.pp index 625782cb1e..acc446be3c 100644 --- a/ide/editoroptions.pp +++ b/ide/editoroptions.pp @@ -6330,7 +6330,7 @@ end; function TColorScheme.GetStoredValuesForScheme: TColorScheme; begin - ColorSchemeFactory.ColorSchemeGroup[Name]; + Result:=ColorSchemeFactory.ColorSchemeGroup[Name]; end; constructor TColorScheme.Create(AName: String);