Kaydet (Commit) 962873c8 authored tarafından martinb214's avatar martinb214 Kaydeden (comit) Tamás Zolnai

tdf#113856 Navigator: Bad behaviour of controllers when changing slides

Change-Id: I11e9cb607c36112f19f7cace1d8c5b7559ebf2a1
Reviewed-on: https://gerrit.libreoffice.org/45423Reviewed-by: 's avatarTamás Zolnai <tamas.zolnai@collabora.com>
Tested-by: 's avatarJenkins <ci@libreoffice.org>
üst 2b082696
...@@ -1085,6 +1085,7 @@ bool DrawViewShell::SwitchPage(sal_uInt16 nSelectedPage) ...@@ -1085,6 +1085,7 @@ bool DrawViewShell::SwitchPage(sal_uInt16 nSelectedPage)
// so navigator (and effect window) notice that // so navigator (and effect window) notice that
SfxBindings& rBindings = GetViewFrame()->GetBindings(); SfxBindings& rBindings = GetViewFrame()->GetBindings();
rBindings.Invalidate(SID_NAVIGATOR_STATE, true);
rBindings.Invalidate(SID_NAVIGATOR_PAGENAME, true); rBindings.Invalidate(SID_NAVIGATOR_PAGENAME, true);
rBindings.Invalidate(SID_STATUS_PAGE, true); rBindings.Invalidate(SID_STATUS_PAGE, true);
rBindings.Invalidate(SID_DELETE_MASTER_PAGE, true); rBindings.Invalidate(SID_DELETE_MASTER_PAGE, true);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment