svtools/source/control/valueset.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 44df56058f4b84cb186dee9e091f665ac2a16105 Author: Noel Grandin <noel.gran...@collabora.co.uk> AuthorDate: Sun Jul 13 12:09:16 2025 +0200 Commit: Noel Grandin <noel.gran...@collabora.co.uk> CommitDate: Sun Jul 13 20:14:24 2025 +0200 tdf#167482 Columns preview icon in dark-mode shows as white rectangles Revert "tdf#166842 do not use FillColor==COL_TRANSPARENT..." This reverts commit ee012b807e936311add53e8d5dfc4bd61951a3e9. Change-Id: I0d59bad0c0852a27b87c3d9bd674159d9bcfff71 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/187794 Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk> Tested-by: Jenkins diff --git a/svtools/source/control/valueset.cxx b/svtools/source/control/valueset.cxx index 7c6965e9fa80..2d893e98d597 100644 --- a/svtools/source/control/valueset.cxx +++ b/svtools/source/control/valueset.cxx @@ -76,7 +76,7 @@ ValueSet::ValueSet(std::unique_ptr<weld::ScrolledWindow> pScrolledWindow) : maVirDev( VclPtr<VirtualDevice>::Create(DeviceFormat::WITH_ALPHA)) , mxScrolledWindow(std::move(pScrolledWindow)) , mnHighItemId(0) - , maColor(COL_WHITE) + , maColor(COL_TRANSPARENT) , mnStyle(0) , mbFormat(true) , mbHighlight(false)