[Libreoffice-commits] core.git: Branch 'libreoffice-6-2' - cui/source
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Wed May 22 10:56:10 UTC 2019
cui/source/tabpages/transfrm.cxx | 2 --
1 file changed, 2 deletions(-)
New commits:
commit 6431b8e8a977c959a375f061b9a24cd281228ad2
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Mon May 20 15:57:16 2019 +0100
Commit: Xisco Faulí <xiscofauli at libreoffice.org>
CommitDate: Wed May 22 12:55:36 2019 +0200
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 at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
(cherry picked from commit c278c1cf3e9ad4c810534558b7f9ea1a41c5e1cc)
Reviewed-on: https://gerrit.libreoffice.org/72664
Reviewed-by: Xisco Faulí <xiscofauli at libreoffice.org>
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
More information about the Libreoffice-commits
mailing list