mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 03:59:56 +02:00
LCL: ImageList - associate FHeight from source FHeight
git-svn-id: trunk@59890 -
This commit is contained in:
parent
2de386c531
commit
09fe63779a
@ -1456,6 +1456,7 @@ begin
|
||||
begin
|
||||
ToR := FData.GetImageLists(FromR.Width, False, FromR.AutoCreatedInDesignTime);
|
||||
ToR.FWidth := FromR.FWidth;
|
||||
ToR.FHeight := FromR.FHeight;
|
||||
ToR.FCount := FromR.FCount;
|
||||
ToR.AllocData(ToR.FCount);
|
||||
if ToR.FCount>0 then
|
||||
|
Loading…
Reference in New Issue
Block a user