mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-08 07:37:02 +02:00
ide: fix imagelist editor after TBitmap->TCustomBitmap change
git-svn-id: trunk@15040 -
This commit is contained in:
parent
04b5227eb6
commit
8ae9bafbf3
@ -493,7 +493,7 @@ begin
|
||||
Picture.LoadFromFile(FileName);
|
||||
|
||||
Bmp := TBitmap.Create;
|
||||
Bmp.Assign(Picture.Bitmap);
|
||||
Bmp.Assign(Picture.Graphic);
|
||||
finally
|
||||
Picture.Free;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user