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:
Rishabh 2016-02-17 18:09:31 +05:30 committed by Katarina Behrens
parent 3328ac997e
commit feb34173b1

View file

@ -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)