summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authormartinb214 <bakosmartin@gmail.com>2017-11-28 15:57:30 +0100
committerTamás Zolnai <tamas.zolnai@collabora.com>2017-12-05 23:15:27 +0100
commit962873c863ee8f5dcb80af05bd658266304bb5cb (patch)
tree0ecabd2379ad9ebd31a82818df8cdc743298b608 /sd
parent2b082696754819bb00f3fd382b8a3f376893556d (diff)
tdf#113856 Navigator: Bad behaviour of controllers when changing slides
Change-Id: I11e9cb607c36112f19f7cace1d8c5b7559ebf2a1 Reviewed-on: https://gerrit.libreoffice.org/45423 Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com> Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/view/drviews1.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/source/ui/view/drviews1.cxx b/sd/source/ui/view/drviews1.cxx
index 976d8dd1cb7b..74433d89fa6e 100644
--- a/sd/source/ui/view/drviews1.cxx
+++ b/sd/source/ui/view/drviews1.cxx
@@ -1085,6 +1085,7 @@ bool DrawViewShell::SwitchPage(sal_uInt16 nSelectedPage)
// so navigator (and effect window) notice that
SfxBindings& rBindings = GetViewFrame()->GetBindings();
+ rBindings.Invalidate(SID_NAVIGATOR_STATE, true);
rBindings.Invalidate(SID_NAVIGATOR_PAGENAME, true);
rBindings.Invalidate(SID_STATUS_PAGE, true);
rBindings.Invalidate(SID_DELETE_MASTER_PAGE, true);