Resolves: tdf#139700 use WB_FLATVALUESET to get tracking highlights
a problem since:
commit 53d2a03904
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.mcnamara@collabora.com>
This commit is contained in:
parent
b83387a554
commit
db40f96f61
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue