vcl/source/app/salvtables.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit a0b6524fb369c11b5684b37f3328ef6efe5e07ba Author: Jan-Marek Glogowski <jan-marek.glogow...@extern.cib.de> AuthorDate: Wed Dec 11 19:32:55 2019 +0100 Commit: Caolán McNamara <caol...@redhat.com> CommitDate: Fri Dec 13 16:08:24 2019 +0100 Revert "Enable/Disable of children shouldn't be necessary" This currently breaks the child sensitivity handling of frames used in the PDF export, when toggling the form export check box. I also tried to add a set_sensitive to SalInstanceContainer, but that didn't work. I found this while debugging tdf#127493, but I'm don't know, this is the correct fix wrt welding. This reverts commit 1d69cf32a73c0720882731ebf3eb5d2f07fce246. Change-Id: Ib468c82124dc3d1030d7b08b2e139f49f3c00630 Reviewed-on: https://gerrit.libreoffice.org/84976 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caol...@redhat.com> Tested-by: Caolán McNamara <caol...@redhat.com> diff --git a/vcl/source/app/salvtables.cxx b/vcl/source/app/salvtables.cxx index 920e8e7765e9..133ddca2ed6c 100644 --- a/vcl/source/app/salvtables.cxx +++ b/vcl/source/app/salvtables.cxx @@ -315,7 +315,7 @@ public: virtual void set_sensitive(bool sensitive) override { - m_xWidget->Enable(sensitive, false); + m_xWidget->Enable(sensitive); } virtual bool get_sensitive() const override _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits