diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-05-20 15:57:16 +0100 |
---|---|---|
committer | Xisco Faulí <xiscofauli@libreoffice.org> | 2019-05-22 12:55:36 +0200 |
commit | 6431b8e8a977c959a375f061b9a24cd281228ad2 (patch) | |
tree | 8b72a02ec2e2c674b8ca6db2b9e656f72cecbeae /cui | |
parent | 2045a84c9fa89fdd1a59807ddfae17d95fe4256c (diff) |
Resolves: tdf#125387 gtk3 fit-to-text stuck as disabled
should only disable/enable its parent container
Change-Id: I002a525b7ac4c178c3db7efc06848315afb785e0
Reviewed-on: https://gerrit.libreoffice.org/72624
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
(cherry picked from commit c278c1cf3e9ad4c810534558b7f9ea1a41c5e1cc)
Reviewed-on: https://gerrit.libreoffice.org/72664
Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/tabpages/transfrm.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cui/source/tabpages/transfrm.cxx b/cui/source/tabpages/transfrm.cxx index 2b56a7a76ad0..e77b890cb8d3 100644 --- a/cui/source/tabpages/transfrm.cxx +++ b/cui/source/tabpages/transfrm.cxx @@ -797,8 +797,6 @@ SvxPositionSizeTabPage::SvxPositionSizeTabPage(TabPageParent pParent, const SfxI m_xMtrHeight->connect_value_changed( LINK( this, SvxPositionSizeTabPage, ChangeHeightHdl ) ); m_xCbxScale->connect_toggled( LINK( this, SvxPositionSizeTabPage, ClickAutoHdl ) ); - m_xTsbAutoGrowWidth->set_sensitive(false); - m_xTsbAutoGrowHeight->set_sensitive(false); m_xFlAdjust->set_sensitive(false); // #i2379# disable controls when protected |