| commit | 6651aca57bae1bef3343f26d1a0fd59d3802c1cd | [log] |
|---|---|---|
| author | Marco Cecchetti <marco.cecchetti@collabora.com> | Tue Mar 08 10:03:06 2016 +0100 |
| committer | Michael Meeks <michael.meeks@collabora.com> | Tue Mar 08 20:23:13 2016 +0000 |
| tree | 4b17467c4e893f28ba48ea6b1c9e03ec27bb471a | |
| parent | 0947c9be4d09999a9bd3842fbd66690572c40eee [diff] |
tdf#98052 - even polygons were not drawn on the alpha device Change-Id: I5725ec23869b295c8021bef0330ee6f69f206351 Reviewed-on: https://gerrit.libreoffice.org/23024 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
diff --git a/vcl/source/outdev/polygon.cxx b/vcl/source/outdev/polygon.cxx index 129f6de..1ca1d87 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; } }