mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 17:59:16 +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
|
begin
|
||||||
ToR := FData.GetImageLists(FromR.Width, False, FromR.AutoCreatedInDesignTime);
|
ToR := FData.GetImageLists(FromR.Width, False, FromR.AutoCreatedInDesignTime);
|
||||||
ToR.FWidth := FromR.FWidth;
|
ToR.FWidth := FromR.FWidth;
|
||||||
|
ToR.FHeight := FromR.FHeight;
|
||||||
ToR.FCount := FromR.FCount;
|
ToR.FCount := FromR.FCount;
|
||||||
ToR.AllocData(ToR.FCount);
|
ToR.AllocData(ToR.FCount);
|
||||||
if ToR.FCount>0 then
|
if ToR.FCount>0 then
|
||||||
|
Loading…
Reference in New Issue
Block a user