diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2018-11-19 14:28:57 +0100 |
---|---|---|
committer | Xisco Faulí <xiscofauli@libreoffice.org> | 2018-11-21 10:24:15 +0100 |
commit | 60e6593f042e3e2869ece89cc43390b3254b3205 (patch) | |
tree | 821b35376e67e9bc6bf705e5ce2417d468e03474 /sd/source | |
parent | 231ee1cbaf34a85b3ef8c1e2fe2d8b1918a42408 (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>
Diffstat (limited to 'sd/source')
-rw-r--r-- | sd/source/ui/sidebar/SlideBackground.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/source/ui/sidebar/SlideBackground.cxx b/sd/source/ui/sidebar/SlideBackground.cxx index 930423a170a9..f3ba7365cbfe 100644 --- a/sd/source/ui/sidebar/SlideBackground.cxx +++ b/sd/source/ui/sidebar/SlideBackground.cxx @@ -283,6 +283,7 @@ void SlideBackground::HandleContextChange( if (maContext == maDrawOtherContext) { + mpEditMaster->Hide(); mpFillStyle->Show(); mpBackgroundLabel->Show(); } |