diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-05-20 15:57:16 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-05-21 09:53:43 +0200 |
commit | c278c1cf3e9ad4c810534558b7f9ea1a41c5e1cc (patch) | |
tree | 9b2a7f90f3eba9b3bb5aa795d3110326e4b956b1 /cui/source/tabpages | |
parent | d92d98b35bb1846c82b401a53392a64118f51da2 (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>
Diffstat (limited to 'cui/source/tabpages')
-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 397803c96e5c..160a636233df 100644 --- a/cui/source/tabpages/transfrm.cxx +++ b/cui/source/tabpages/transfrm.cxx @@ -793,8 +793,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 |