carbon: dont convert 1 bit to 8 bit

git-svn-id: trunk@16539 -
This commit is contained in:
paul 2008-09-11 06:57:19 +00:00
parent ea198f3972
commit bc98657cb3

View File

@ -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