[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.2' - sd/source
Pranam Lashkari (via logerrit)
logerrit at kemper.freedesktop.org
Wed Dec 9 17:15:18 UTC 2020
sd/source/ui/sidebar/SlideBackground.cxx | 5 +++++
1 file changed, 5 insertions(+)
New commits:
commit 962bd10e456d95c7579ffb380b3e69f67cf5ea11
Author: Pranam Lashkari <lpranam at collabora.com>
AuthorDate: Fri Nov 20 09:44:25 2020 +0530
Commit: Andras Timar <andras.timar at collabora.com>
CommitDate: Wed Dec 9 18:14:43 2020 +0100
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 <jenkinscollaboraoffice at gmail.com>
Reviewed-by: Andras Timar <andras.timar at collabora.com>
diff --git a/sd/source/ui/sidebar/SlideBackground.cxx b/sd/source/ui/sidebar/SlideBackground.cxx
index 9182f6984056..bf1914465bac 100644
--- a/sd/source/ui/sidebar/SlideBackground.cxx
+++ b/sd/source/ui/sidebar/SlideBackground.cxx
@@ -288,6 +288,11 @@ void SlideBackground::HandleContextChange(
mpFillStyle->Hide();
mpBackgroundLabel->Hide();
mpInsertImage->Show();
+
+ mpFillLB->Hide();
+ mpFillAttr->Hide();
+ mpFillGrad1->Hide();
+ mpFillGrad2->Hide();
}
else if ( maContext == maImpressHandoutContext || maContext == maImpressNotesContext )
{
More information about the Libreoffice-commits
mailing list