mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 04:37:54 +02:00
LCL: imglist: make TCustomImageListResolution.FData private
git-svn-id: trunk@57203 -
This commit is contained in:
parent
c3665280b1
commit
215cce41c2
@ -112,11 +112,10 @@ type
|
||||
TOverlay = 0..14; // windows limitation
|
||||
|
||||
TCustomImageListResolution = class(TLCLReferenceComponent)
|
||||
public
|
||||
FData: array of TRGBAQuad;
|
||||
private
|
||||
FWidth: Integer;
|
||||
FHeight: Integer;
|
||||
FData: array of TRGBAQuad;
|
||||
FReference: TWSCustomImageListReference;
|
||||
FAllocCount: Integer;
|
||||
FImageList: TCustomImageList;
|
||||
|
Loading…
Reference in New Issue
Block a user