View | Details | Raw Unified | Return to issue 107763
Collapse All | Expand All

(-)a/vcl/source/gdi/outdev6.cxx (+1 lines)
Lines 269-274 void OutputDevice::DrawTransparent( const PolyPolygon& rPolyPoly, Link Here
269
    // try hard to draw it directly, because the emulation layers are slower
269
    // try hard to draw it directly, because the emulation layers are slower
270
    if( !pDisableNative
270
    if( !pDisableNative
271
        && mpGraphics->supportsOperation( OutDevSupport_B2DDraw ) 
271
        && mpGraphics->supportsOperation( OutDevSupport_B2DDraw ) 
272
        && GetBitCount() > 8
272
#ifdef WIN32
273
#ifdef WIN32
273
        // workaround bad dithering on remote displaying when using GDI+ with toolbar buttoin hilighting
274
        // workaround bad dithering on remote displaying when using GDI+ with toolbar buttoin hilighting
274
        && !rPolyPoly.IsRect()
275
        && !rPolyPoly.IsRect()

Return to issue 107763