[Libreoffice-commits] core.git: svx/source

Rishabh kris.kr296 at gmail.com
Wed Feb 17 14:26:51 UTC 2016


 svx/source/sidebar/area/AreaPropertyPanelBase.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit feb34173b12dfa8abb58cedd13a80b885162b329
Author: Rishabh <kris.kr296 at gmail.com>
Date:   Wed Feb 17 18:09:31 2016 +0530

    Make transparency spinbox and slider update simultaneously in Area Sidebar
    
    Change-Id: I236f0d1c2091307b278fe6ed132cd3c8bb603bed
    Reviewed-on: https://gerrit.libreoffice.org/22428
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Katarina Behrens <Katarina.Behrens at cib.de>

diff --git a/svx/source/sidebar/area/AreaPropertyPanelBase.cxx b/svx/source/sidebar/area/AreaPropertyPanelBase.cxx
index da27639..f43174b 100644
--- a/svx/source/sidebar/area/AreaPropertyPanelBase.cxx
+++ b/svx/source/sidebar/area/AreaPropertyPanelBase.cxx
@@ -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)


More information about the Libreoffice-commits mailing list