Comment 3 for bug 266904

Revision history for this message
Alex Samorukov (samm-os2) wrote :

while experimenting i found that commenting out call ApplayBitMaskToDIB solve this problem. Of course, it is just workarond, but better than nothing

--- cuneiform_src/Kern/cimage/sources/main/cticontrol.cpp 2008-09-03 14:25:41 +0000
+++ cuneiform_src/Kern/cimage/sources/main/cticontrol.cpp 2008-09-05 21:34:21 +0000
@@ -729,7 +729,7 @@
   pDscDIB->GetLinesNumber() == pFrameInfo->dwHeight &&
   pDscDIB->GetLineWidth() == pFrameInfo->dwWidth )
  {
- bRet = ApplayBitMaskToDIB( pMask, pDscDIB );
+ // bRet = ApplayBitMaskToDIB( pMask, pDscDIB );
   WriteDIBtoBMP("Allex.DIBCopyToFrame.After Bit Mask.bmp", pDscDIB);
  }
  return bRet;