sd/source/ui/sidebar/SlideBackground.cxx | 5 +++++ 1 file changed, 5 insertions(+)
New commits: commit 04c8aec283e951377829f4e31423f08d04b73aa1 Author: Pranam Lashkari <lpra...@collabora.com> AuthorDate: Fri Nov 20 09:44:25 2020 +0530 Commit: Pranam Lashkari <lpra...@collabora.com> CommitDate: Fri Apr 2 19:43:51 2021 +0200 hide background options in master slide view in sidebar Change-Id: Idecf4c849f9f5ac338ea24ca04cbbf9afe5cad5d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106213 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com> Reviewed-by: Andras Timar <andras.ti...@collabora.com> (cherry picked from commit 962bd10e456d95c7579ffb380b3e69f67cf5ea11) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109401 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111680 Tested-by: Jenkins Reviewed-by: Pranam Lashkari <lpra...@collabora.com> (cherry picked from commit 32596c77bba254a9762295d1c92fbbe26bbe68f0) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113488 Tested-by: Pranam Lashkari <lpra...@collabora.com> diff --git a/sd/source/ui/sidebar/SlideBackground.cxx b/sd/source/ui/sidebar/SlideBackground.cxx index 28c560fa14be..c4a13fff4f13 100644 --- a/sd/source/ui/sidebar/SlideBackground.cxx +++ b/sd/source/ui/sidebar/SlideBackground.cxx @@ -309,6 +309,11 @@ void SlideBackground::HandleContextChange( mxFillStyle->hide(); mxBackgroundLabel->hide(); mxInsertImage->show(); + + mxFillLB->hide(); + mxFillAttr->hide(); + mxFillGrad1->hide(); + mxFillGrad2->hide(); } else if ( maContext == maImpressHandoutContext || maContext == maImpressNotesContext ) { _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits