mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 02:58:05 +02:00
LCL: TImageListCache: don't scale image list
git-svn-id: branches/HiDPIImageList@57162 -
This commit is contained in:
parent
b4b56d377d
commit
53ddab069c
@ -124,6 +124,7 @@ begin
|
||||
begin
|
||||
Width := AWidth;
|
||||
Height := AHeight;
|
||||
Scaled := False;
|
||||
{$IFDEF VerboseImageListCache}
|
||||
debugln('Creating new imagelist in cache for Width=',Width,' Height=', Height, ' Count = ', FImages.Count);
|
||||
if (Width <> 16) and (Width <> 24) then
|
||||
|
Loading…
Reference in New Issue
Block a user