mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 16:19:13 +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;
|
function TGraphic.GetResourceType: TResourceType;
|
||||||
begin
|
begin
|
||||||
Result := nil;
|
Result := RT_RCDATA;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TGraphic.Assign(ASource: TPersistent);
|
procedure TGraphic.Assign(ASource: TPersistent);
|
||||||
|
Loading…
Reference in New Issue
Block a user