mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-21 22:39:30 +02:00
MG: fixed TCustomImageList.CreateSize
git-svn-id: trunk@570 -
This commit is contained in:
parent
87f185f09c
commit
32fc40d9de
@ -210,6 +210,7 @@ begin
|
||||
inherited Create(nil);
|
||||
FHeight := AHeight;
|
||||
FWidth := AWidth;
|
||||
FImageList := TList.Create; //shane
|
||||
Initialize;
|
||||
end;
|
||||
|
||||
@ -810,6 +811,9 @@ end;
|
||||
{
|
||||
|
||||
$Log$
|
||||
Revision 1.7 2002/01/03 15:07:08 lazarus
|
||||
MG: fixed TCustomImageList.CreateSize
|
||||
|
||||
Revision 1.6 2001/06/14 14:57:58 lazarus
|
||||
MG: small bugfixes and less notes
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user