From ada8a2123ea655142be74a11c23e042a0109d5f8 Mon Sep 17 00:00:00 2001 From: Katarina Behrens Date: Mon, 14 Nov 2016 12:27:49 +0100 Subject: [PATCH] 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 Reviewed-by: Katarina Behrens --- cui/source/tabpages/tparea.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cui/source/tabpages/tparea.cxx b/cui/source/tabpages/tparea.cxx index b58a30661e6b..1facc7c9ff0e 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); }