From bc98657cb3a7ca32b526bedc41ae539679d75040 Mon Sep 17 00:00:00 2001 From: paul Date: Thu, 11 Sep 2008 06:57:19 +0000 Subject: [PATCH] carbon: dont convert 1 bit to 8 bit git-svn-id: trunk@16539 - --- lcl/interfaces/carbon/carbonwinapi.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lcl/interfaces/carbon/carbonwinapi.inc b/lcl/interfaces/carbon/carbonwinapi.inc index 2a5a0134b0..5b3ebde1de 100644 --- a/lcl/interfaces/carbon/carbonwinapi.inc +++ b/lcl/interfaces/carbon/carbonwinapi.inc @@ -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