svx/source/sidebar/tools/ValueSetWithTextControl.cxx |    2 +-
 sw/source/uibase/sidebar/PageSizeControl.cxx         |    1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

New commits:
commit 30eb1cf0bd27fc58b34b8f4f14c7d26499cbc50f
Author:     Noel Grandin <[email protected]>
AuthorDate: Mon Nov 24 11:52:47 2025 +0200
Commit:     Noel Grandin <[email protected]>
CommitDate: Mon Nov 24 17:45:42 2025 +0100

    tdf#169637 background of Page Size dropdown in Tabbed UI wrong
    
    regression from
        commit 088a7c7c451321a800ca8d3523a18b6bb93239b7
        Author: Noel Grandin <[email protected]>
        Date:   Tue Sep 24 16:18:11 2024 +0200
        remove alpha device from OutputDevice
    
    Change-Id: I4d4f0049929385da4143be269e5aa52cd720ec81
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/194426
    Tested-by: Jenkins
    Reviewed-by: Michael Weghorn <[email protected]>
    Reviewed-by: Noel Grandin <[email protected]>

diff --git a/svx/source/sidebar/tools/ValueSetWithTextControl.cxx 
b/svx/source/sidebar/tools/ValueSetWithTextControl.cxx
index ea6e4bca932f..39e385db5243 100644
--- a/svx/source/sidebar/tools/ValueSetWithTextControl.cxx
+++ b/svx/source/sidebar/tools/ValueSetWithTextControl.cxx
@@ -84,7 +84,7 @@ void ValueSetWithTextControl::UserDraw( const UserDrawEvent& 
rUDEvt )
         }
         else
         {
-            pDev->SetFillColor( COL_TRANSPARENT );
+            
pDev->SetFillColor(Application::GetSettings().GetStyleSettings().GetMenuBarColor());
             pDev->DrawRect(aRect);
         }
 
diff --git a/sw/source/uibase/sidebar/PageSizeControl.cxx 
b/sw/source/uibase/sidebar/PageSizeControl.cxx
index c8be134350bb..e5f105ad3ee3 100644
--- a/sw/source/uibase/sidebar/PageSizeControl.cxx
+++ b/sw/source/uibase/sidebar/PageSizeControl.cxx
@@ -91,7 +91,6 @@ PageSizeControl::PageSizeControl(PageSizePopup* pControl, 
weld::Widget* pParent)
     maPaperList.push_back( PAPER_LEGAL );
 
     mxSizeValueSet->SetStyle( mxSizeValueSet->GetStyle() | WB_3DLOOK | 
WB_NO_DIRECTSELECT | WB_FLATVALUESET );
-    mxSizeValueSet->SetColor( 
Application::GetSettings().GetStyleSettings().GetMenuColor() );
 
     sal_uInt16 nSelectedItem = 0;
     {

Reply via email to