| commit | 6431b8e8a977c959a375f061b9a24cd281228ad2 | [log] |
|---|---|---|
| author | Caolán McNamara <caolanm@redhat.com> | Mon May 20 15:57:16 2019 +0100 |
| committer | Xisco Faulí <xiscofauli@libreoffice.org> | Wed May 22 12:55:36 2019 +0200 |
| tree | 8b72a02ec2e2c674b8ca6db2b9e656f72cecbeae | |
| 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>
diff --git a/cui/source/tabpages/transfrm.cxx b/cui/source/tabpages/transfrm.cxx index 2b56a7a..e77b890 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