svx/source/tbxctrls/tbxcolorupdate.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit c188d8848704880607d267c329b0425d6cf96d5a Author: Noel Grandin <noel.gran...@collabora.co.uk> AuthorDate: Thu Jul 24 10:48:03 2025 +0200 Commit: Noel Grandin <noel.gran...@collabora.co.uk> CommitDate: Thu Jul 24 12:15:57 2025 +0200 tdf#167629 Font color/character highlighting toolbar items white background regression from commit 088a7c7c451321a800ca8d3523a18b6bb93239b7 Author: Noel Grandin <noelgran...@gmail.com> Date: Tue Sep 24 16:18:11 2024 +0200 remove alpha device from OutputDevice Change-Id: Ic727ede535e175e3d1b0f650aa7a1aa2e091fcab Reviewed-on: https://gerrit.libreoffice.org/c/core/+/188266 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk> diff --git a/svx/source/tbxctrls/tbxcolorupdate.cxx b/svx/source/tbxctrls/tbxcolorupdate.cxx index 92c44b435100..7c0caa19ceda 100644 --- a/svx/source/tbxctrls/tbxcolorupdate.cxx +++ b/svx/source/tbxctrls/tbxcolorupdate.cxx @@ -251,7 +251,7 @@ namespace svx return; ScopedVclPtr<VirtualDevice> pVirDev(CreateVirtualDevice()); - pVirDev->SetOutputSizePixel(aItemSize, /*bErase*/true, /*bAlphaMaskTransparent*/false); + pVirDev->SetOutputSizePixel(aItemSize, /*bErase*/true, /*bAlphaMaskTransparent*/true); maBmpSize = aItemSize; std::unique_ptr<GDIMetaFile> xMetaFile;