diff options
author | Thorsten Behrens <tbehrens@suse.com> | 2012-03-06 23:28:04 +0100 |
---|---|---|
committer | Thorsten Behrens <tbehrens@suse.com> | 2012-03-16 17:02:21 +0100 |
commit | 024d661424e90c832c2be5a3d482fc7a2d7b1cc5 (patch) | |
tree | 44eb1e9563b1defbffd179fa5329f32df8f66bde /canvas/source/vcl | |
parent | 315d82d741c37d1b77f5687b1bdc48a37fb9f29f (diff) |
Make sure mask is rendered opaque in vclcanvas.
Diffstat (limited to 'canvas/source/vcl')
-rw-r--r-- | canvas/source/vcl/canvashelper.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
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 ); } } |