Kaydet (Commit) ecf22894 authored tarafından tsahi glik's avatar tsahi glik

fix another crash on ios

üst b540f917
......@@ -467,7 +467,11 @@ void OutputDevice::DrawTransparent( const PolyPolygon& rPolyPoly,
if( !bDrawn )
{
#ifdef IOS
VirtualDevice aVDev( *this, 8 );
#else
VirtualDevice aVDev( *this, 1 );
#endif
const Size aDstSz( aDstRect.GetSize() );
const sal_uInt8 cTrans = (sal_uInt8) MinMax( FRound( nTransparencePercent * 2.55 ), 0, 255 );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment