mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-06 13:07:23 +01:00
lcl: fix compilation
git-svn-id: trunk@20330 -
This commit is contained in:
parent
c5f17f0fce
commit
10a39a669c
@ -5400,8 +5400,8 @@ begin
|
||||
// MWE: Correction, it seems that even 32bit icons can have a mask following
|
||||
// if BFI.biBitCount >= 32 then Exit;
|
||||
|
||||
Info.Encoding := lrdeRGB;
|
||||
Info.BitCount := 1;
|
||||
FDIBinfo.Encoding := lrdeRGB;
|
||||
FDIBinfo.BitCount := 1;
|
||||
InitLineBuf;
|
||||
try
|
||||
for Row := Desc.Height - 1 downto 0 do
|
||||
|
||||
Loading…
Reference in New Issue
Block a user