diff options
Diffstat (limited to 'vcl/source/outdev/gradient.cxx')
-rw-r--r-- | vcl/source/outdev/gradient.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/outdev/gradient.cxx b/vcl/source/outdev/gradient.cxx index bbedf0256397..53dbec354d20 100644 --- a/vcl/source/outdev/gradient.cxx +++ b/vcl/source/outdev/gradient.cxx @@ -147,7 +147,7 @@ void OutputDevice::DrawGradient( const tools::PolyPolygon& rPolyPoly, if( mpAlphaVDev ) { const Color aFillCol( mpAlphaVDev->GetFillColor() ); - mpAlphaVDev->SetFillColor( COL_BLACK ); + mpAlphaVDev->SetFillColor( COL_ALPHA_OPAQUE ); mpAlphaVDev->DrawPolyPolygon( rPolyPoly ); mpAlphaVDev->SetFillColor( aFillCol ); } |