[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.4' - sd/source
Pranam Lashkari (via logerrit)
logerrit at kemper.freedesktop.org
Sun Jan 17 10:08:42 UTC 2021
sd/source/ui/sidebar/SlideBackground.cxx | 5 +++++
1 file changed, 5 insertions(+)
New commits:
commit 5515f469d32094299ec12bdd58880891ebcc9849
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: Sun Jan 17 11:08:08 2021 +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>
(cherry picked from commit 962bd10e456d95c7579ffb380b3e69f67cf5ea11)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109401
diff --git a/sd/source/ui/sidebar/SlideBackground.cxx b/sd/source/ui/sidebar/SlideBackground.cxx
index 9f83f29e1a89..197d43abf4b8 100644
--- a/sd/source/ui/sidebar/SlideBackground.cxx
+++ b/sd/source/ui/sidebar/SlideBackground.cxx
@@ -296,6 +296,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