svx/source/svdraw/sdrpaintwindow.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 222878ec84e6be016cea53cd3e8cd59c130f2b8f Author: Noel Grandin <noel.gran...@collabora.co.uk> AuthorDate: Thu Jul 10 15:29:59 2025 +0200 Commit: Noel Grandin <noel.gran...@collabora.co.uk> CommitDate: Thu Jul 10 19:29:14 2025 +0200 tdf#167361 tdf#167363 tdf#167384 Highlighting and transparency fail Revert commit 1994fb2b3018867ba5d0d5134a7d5998a25658c6. tdf#166842 do not use FillColor==COL_TRANSPARENT... as it causes this Change-Id: I3058fec2d9bee423c6d4f0af2ef9f7d14ecea612 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/187639 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk> diff --git a/svx/source/svdraw/sdrpaintwindow.cxx b/svx/source/svdraw/sdrpaintwindow.cxx index a8396f6c8cb0..5f3f65fe38e3 100644 --- a/svx/source/svdraw/sdrpaintwindow.cxx +++ b/svx/source/svdraw/sdrpaintwindow.cxx @@ -115,7 +115,7 @@ void CandidateMgr::PaintTransparentChildren(vcl::Window const & rWindow, tools:: SdrPreRenderDevice::SdrPreRenderDevice(OutputDevice& rOriginal) : mpOutputDevice(&rOriginal), - mpPreRenderDevice(VclPtr<VirtualDevice>::Create(DeviceFormat::WITH_ALPHA)) + mpPreRenderDevice(VclPtr<VirtualDevice>::Create()) { }