svtools/source/control/valueset.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ee012b807e936311add53e8d5dfc4bd61951a3e9
Author:     Noel Grandin <[email protected]>
AuthorDate: Mon Jun 30 11:58:30 2025 +0200
Commit:     Noel Grandin <[email protected]>
CommitDate: Mon Jun 30 14:02:27 2025 +0200

    tdf#166842 do not use FillColor==COL_TRANSPARENT...
    
    .. on OutputDevice if that OutputDevice does not support alpha
    
    Change-Id: Ica225f7bfc4068a14d4d802493007863e9595d66
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/187179
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <[email protected]>

diff --git a/svtools/source/control/valueset.cxx 
b/svtools/source/control/valueset.cxx
index 4e970c49c90b..8e435dc96a07 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())
     , mxScrolledWindow(std::move(pScrolledWindow))
     , mnHighItemId(0)
-    , maColor(COL_TRANSPARENT)
+    , maColor(COL_WHITE)
     , mnStyle(0)
     , mbFormat(true)
     , mbHighlight(false)

Reply via email to