mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Lazarus 2.3 compatibility
This commit is contained in:
parent
0136ca6fcd
commit
f588cc1d17
1 changed files with 1 additions and 1 deletions
|
|
@ -149,7 +149,7 @@ procedure TdmComData.LoadImages(Images: TImageList; const ANames: array of Strin
|
|||
var
|
||||
AName: String;
|
||||
ASize16, ASize24, ASize32: Integer;
|
||||
ABitmap16, ABitmap24, ABitmap32: TBitmap;
|
||||
ABitmap16, ABitmap24, ABitmap32: TCustomBitmap;
|
||||
begin
|
||||
Images.Clear;
|
||||
ASize16:= 16; // AdjustIconSize(16, 96);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue