sw/source/uibase/sidebar/PageSizeControl.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit db40f96f617f579486328ce4ed11f4c0a9540789
Author:     Caolán McNamara <caolan.mcnam...@collabora.com>
AuthorDate: Tue Dec 3 10:49:49 2024 +0000
Commit:     Caolán McNamara <caolan.mcnam...@collabora.com>
CommitDate: Tue Dec 3 13:49:27 2024 +0100

    Resolves: tdf#139700 use WB_FLATVALUESET to get tracking highlights
    
    a problem since:
    
    commit 53d2a0390473319555f244f0ac3cf9a44b5ac7a0
    CommitDate: Tue Jan 14 13:45:44 2020 +0100
    
        weld PageSizePopup
    
    Change-Id: I5e55d1972a205b7bf1ec6f6bdfd2d8cd22e13eca
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/177728
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolan.mcnam...@collabora.com>

diff --git a/sw/source/uibase/sidebar/PageSizeControl.cxx 
b/sw/source/uibase/sidebar/PageSizeControl.cxx
index 33785c007832..c8be134350bb 100644
--- a/sw/source/uibase/sidebar/PageSizeControl.cxx
+++ b/sw/source/uibase/sidebar/PageSizeControl.cxx
@@ -90,7 +90,7 @@ PageSizeControl::PageSizeControl(PageSizePopup* pControl, 
weld::Widget* pParent)
     maPaperList.push_back( PAPER_LETTER );
     maPaperList.push_back( PAPER_LEGAL );
 
-    mxSizeValueSet->SetStyle( mxSizeValueSet->GetStyle() | WB_3DLOOK | 
WB_NO_DIRECTSELECT );
+    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