IDE: fixed TColorScheme.GetStoredValuesForScheme

git-svn-id: trunk@41423 -
This commit is contained in:
mattias 2013-05-26 13:57:22 +00:00
parent 8d549f0ec9
commit b71f29c7f4

View File

@ -6330,7 +6330,7 @@ end;
function TColorScheme.GetStoredValuesForScheme: TColorScheme;
begin
ColorSchemeFactory.ColorSchemeGroup[Name];
Result:=ColorSchemeFactory.ColorSchemeGroup[Name];
end;
constructor TColorScheme.Create(AName: String);