diff options
-rw-r--r-- | vcl/source/outdev/polygon.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/source/outdev/polygon.cxx b/vcl/source/outdev/polygon.cxx index bcd7bac86b14..2ad4e9575ae3 100644 --- a/vcl/source/outdev/polygon.cxx +++ b/vcl/source/outdev/polygon.cxx @@ -212,6 +212,8 @@ void OutputDevice::DrawPolygon( const tools::Polygon& rPoly ) if(bSuccess) { + if( mpAlphaVDev ) + mpAlphaVDev->DrawPolygon( rPoly ); return; } } |