cui/source/tabpages/border.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit e2eaaa8a578fff5770a99e3f8ee2a7c95c460891
Author: Caolán McNamara <caol...@redhat.com>
Date:   Tue Jan 24 16:11:46 2017 +0000

    Resolves: tdf#104552 table properties dialog drops previous border color
    
    Change-Id: Ie39ea17fe56cc88efc65f6916aaeb1bd1b77c51f

diff --git a/cui/source/tabpages/border.cxx b/cui/source/tabpages/border.cxx
index 78da5a2..a1f6ac6 100644
--- a/cui/source/tabpages/border.cxx
+++ b/cui/source/tabpages/border.cxx
@@ -565,6 +565,7 @@ void SvxBorderTabPage::Reset( const SfxItemSet* rSet )
 
         // set the current style and color (caches style in control even if 
nothing is selected)
         SelStyleHdl_Impl(*m_pLbLineStyle);
+        SelColHdl_Impl(*m_pLbLineColor);
     }
 
     bool bEnable = m_pWndShadows->GetSelectItemId() > 1 ;
@@ -875,6 +876,7 @@ IMPL_LINK_NOARG(SvxBorderTabPage, SelPreHdl_Impl, 
ValueSet*, void)
 
         // set current style to all previously selected lines
         SelStyleHdl_Impl(*m_pLbLineStyle);
+        SelColHdl_Impl(*m_pLbLineColor);
     }
 
     // Presets ValueSet does not show a selection (used as push buttons).
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to