mirror of
https://github.com/LibreOffice/core.git
synced 2025-07-23 04:42:03 +00:00
tdf#166842 do not use FillColor==COL_TRANSPARENT...
.. on OutputDevice if that OutputDevice does not support alpha Change-Id: I423aaa2a1366b1d2dc5793cccafa3af58b8fe0ac Reviewed-on: https://gerrit.libreoffice.org/c/core/+/187236 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Jenkins
This commit is contained in:
@ -115,7 +115,7 @@ void CandidateMgr::PaintTransparentChildren(vcl::Window const & rWindow, tools::
|
||||
|
||||
SdrPreRenderDevice::SdrPreRenderDevice(OutputDevice& rOriginal)
|
||||
: mpOutputDevice(&rOriginal),
|
||||
mpPreRenderDevice(VclPtr<VirtualDevice>::Create())
|
||||
mpPreRenderDevice(VclPtr<VirtualDevice>::Create(DeviceFormat::WITH_ALPHA))
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user