summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2018-11-19 14:28:57 +0100
committerXisco Faulí <xiscofauli@libreoffice.org>2018-11-22 13:30:01 +0100
commitd1734718ae5b4e739b1db711479c6e969902fc7c (patch)
treebea0cc4074293a60aab93874ae16feb2446457db /sd
parent1c73f379bf8d6f75460790fec2993106e10f15a0 (diff)
tdf#117108: do not show the master view button after updating the sidebar
Change-Id: I3e6af9c2a555599e4aa288b8d6e99b43b09d35a6 Reviewed-on: https://gerrit.libreoffice.org/63570 Tested-by: Jenkins Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org> (cherry picked from commit 60e6593f042e3e2869ece89cc43390b3254b3205) Reviewed-on: https://gerrit.libreoffice.org/63698
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/sidebar/SlideBackground.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/source/ui/sidebar/SlideBackground.cxx b/sd/source/ui/sidebar/SlideBackground.cxx
index cf5fea5e708e..16a16ff4c14d 100644
--- a/sd/source/ui/sidebar/SlideBackground.cxx
+++ b/sd/source/ui/sidebar/SlideBackground.cxx
@@ -281,6 +281,7 @@ void SlideBackground::HandleContextChange(
if (maContext == maDrawOtherContext)
{
+ mpEditMaster->Hide();
mpFillStyle->Show();
mpBackgroundLabel->Show();
}