lcl: load graphic from RT_RCDATA resources by default.

git-svn-id: trunk@42955 -
This commit is contained in:
paul 2013-09-27 01:17:23 +00:00
parent c1f577aa5a
commit 6ba2d6e372

View File

@ -40,7 +40,7 @@ end;
function TGraphic.GetResourceType: TResourceType;
begin
Result := nil;
Result := RT_RCDATA;
end;
procedure TGraphic.Assign(ASource: TPersistent);