mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-23 19:30:21 +02:00
carbon: dont convert 1 bit to 8 bit
git-svn-id: trunk@16539 -
This commit is contained in:
parent
ea198f3972
commit
bc98657cb3
@ -262,7 +262,7 @@ begin
|
||||
if BitmapBits = nil then
|
||||
begin
|
||||
if BitCount = 24 then BitCount := 32;
|
||||
if BitCount = 1 then BitCount := 8;
|
||||
// if BitCount = 1 then BitCount := 8;
|
||||
end;
|
||||
|
||||
case BitCount of
|
||||
|
Loading…
Reference in New Issue
Block a user