Kaydet (Commit) 024d6614 authored tarafından Thorsten Behrens's avatar Thorsten Behrens

Make sure mask is rendered opaque in vclcanvas.

üst 315d82d7
...@@ -514,6 +514,7 @@ namespace vclcanvas ...@@ -514,6 +514,7 @@ namespace vclcanvas
} }
else else
{ {
mp2ndOutDev->getOutDev().SetFillColor( COL_BLACK );
mp2ndOutDev->getOutDev().DrawPolyPolygon( aPolyPoly ); mp2ndOutDev->getOutDev().DrawPolyPolygon( aPolyPoly );
} }
} }
......
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