[Libreoffice-commits] core.git: sd/source
martinb214
bakosmartin at gmail.com
Tue Dec 5 22:16:57 UTC 2017
sd/source/ui/view/drviews1.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 962873c863ee8f5dcb80af05bd658266304bb5cb
Author: martinb214 <bakosmartin at gmail.com>
Date: Tue Nov 28 15:57:30 2017 +0100
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 at collabora.com>
Tested-by: Jenkins <ci at libreoffice.org>
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);
More information about the Libreoffice-commits
mailing list