Make sure mask is rendered opaque in vclcanvas.

This commit is contained in:
Thorsten Behrens 2012-03-06 23:28:04 +01:00
parent 315d82d741
commit 024d661424

View File

@ -514,6 +514,7 @@ namespace vclcanvas
} }
else else
{ {
mp2ndOutDev->getOutDev().SetFillColor( COL_BLACK );
mp2ndOutDev->getOutDev().DrawPolyPolygon( aPolyPoly ); mp2ndOutDev->getOutDev().DrawPolyPolygon( aPolyPoly );
} }
} }