From 024d661424e90c832c2be5a3d482fc7a2d7b1cc5 Mon Sep 17 00:00:00 2001 From: Thorsten Behrens Date: Tue, 6 Mar 2012 23:28:04 +0100 Subject: [PATCH] Make sure mask is rendered opaque in vclcanvas. --- canvas/source/vcl/canvashelper.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/canvas/source/vcl/canvashelper.cxx b/canvas/source/vcl/canvashelper.cxx index c5c5943683c7..cc0640bc508d 100644 --- a/canvas/source/vcl/canvashelper.cxx +++ b/canvas/source/vcl/canvashelper.cxx @@ -514,6 +514,7 @@ namespace vclcanvas } else { + mp2ndOutDev->getOutDev().SetFillColor( COL_BLACK ); mp2ndOutDev->getOutDev().DrawPolyPolygon( aPolyPoly ); } }