mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-10 03:48:27 +02:00
lcl: load graphic from RT_RCDATA resources by default.
git-svn-id: trunk@42955 -
This commit is contained in:
parent
c1f577aa5a
commit
6ba2d6e372
@ -40,7 +40,7 @@ end;
|
||||
|
||||
function TGraphic.GetResourceType: TResourceType;
|
||||
begin
|
||||
Result := nil;
|
||||
Result := RT_RCDATA;
|
||||
end;
|
||||
|
||||
procedure TGraphic.Assign(ASource: TPersistent);
|
||||
|
Loading…
Reference in New Issue
Block a user