Make transparency spinbox and slider update simultaneously in Area Sidebar
Change-Id: I236f0d1c2091307b278fe6ed132cd3c8bb603bed Reviewed-on: https://gerrit.libreoffice.org/22428 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
This commit is contained in:
parent
3328ac997e
commit
feb34173b1
1 changed files with 1 additions and 0 deletions
|
@ -1257,6 +1257,7 @@ IMPL_LINK_NOARG_TYPED(AreaPropertyPanelBase, ModifyTransparentHdl_Impl, Edit&, v
|
|||
{
|
||||
const sal_uInt16 nTrans = (sal_uInt16)mpMTRTransparent->GetValue();
|
||||
mnLastTransSolid = nTrans;
|
||||
SetTransparency(nTrans);
|
||||
const sal_Int32 nSelectType = mpLBTransType->GetSelectEntryPos();
|
||||
|
||||
if(nTrans && !nSelectType)
|
||||
|
|
Loading…
Reference in a new issue