[Libreoffice-commits] core.git: cui/source
Katarina Behrens
Katarina.Behrens at cib.de
Mon Nov 14 14:33:42 UTC 2016
cui/source/tabpages/tparea.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit ada8a2123ea655142be74a11c23e042a0109d5f8
Author: Katarina Behrens <Katarina.Behrens at cib.de>
Date: Mon Nov 14 12:27:49 2016 +0100
tdf#103228: Remember fill type when switching between tabs
This page used not to have exchange support, but it needs it now
since it contains all the fill type subtabs
Change-Id: Ibeefc0ae832b4d53727711a169f1765d28350ec1
Reviewed-on: https://gerrit.libreoffice.org/30843
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Katarina Behrens <Katarina.Behrens at cib.de>
diff --git a/cui/source/tabpages/tparea.cxx b/cui/source/tabpages/tparea.cxx
index b58a306..1facc7c 100644
--- a/cui/source/tabpages/tparea.cxx
+++ b/cui/source/tabpages/tparea.cxx
@@ -124,6 +124,8 @@ SvxAreaTabPage::SvxAreaTabPage( vcl::Window* pParent, const SfxItemSet& rInAttrs
m_pBtnBitmap->SetClickHdl(aLink);
m_pBtnPattern->SetClickHdl(aLink);
+ SetExchangeSupport();
+
m_pFillTab->set_width_request(750);
m_pFillTab->set_height_request(550);
}
More information about the Libreoffice-commits
mailing list