mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 10:59:19 +02:00
IDE: fixed TColorScheme.GetStoredValuesForScheme
git-svn-id: trunk@41423 -
This commit is contained in:
parent
8d549f0ec9
commit
b71f29c7f4
@ -6330,7 +6330,7 @@ end;
|
||||
|
||||
function TColorScheme.GetStoredValuesForScheme: TColorScheme;
|
||||
begin
|
||||
ColorSchemeFactory.ColorSchemeGroup[Name];
|
||||
Result:=ColorSchemeFactory.ColorSchemeGroup[Name];
|
||||
end;
|
||||
|
||||
constructor TColorScheme.Create(AName: String);
|
||||
|
Loading…
Reference in New Issue
Block a user