sfx2/source/sidebar/SidebarDockingWindow.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
New commits: commit 10566937727caf639468d03e4ade5cfc9744f93f Author: Ashod Nakashian <ashod.nakash...@collabora.co.uk> AuthorDate: Tue Dec 3 09:23:27 2019 -0500 Commit: Ashod Nakashian <ashnak...@gmail.com> CommitDate: Tue Dec 3 15:48:04 2019 +0100 sidebar: always trigger LOK notifications on resize This is critical for the Mobile Wizard, which refreshes by pushing, not pulling (following invalidations). Change-Id: Ie75c2f5c07798fa89c21901d6d0233c42768ea8d Reviewed-on: https://gerrit.libreoffice.org/84359 Reviewed-by: Ashod Nakashian <ashnak...@gmail.com> Tested-by: Ashod Nakashian <ashnak...@gmail.com> diff --git a/sfx2/source/sidebar/SidebarDockingWindow.cxx b/sfx2/source/sidebar/SidebarDockingWindow.cxx index 0b7ee183f5c1..8498fe295144 100644 --- a/sfx2/source/sidebar/SidebarDockingWindow.cxx +++ b/sfx2/source/sidebar/SidebarDockingWindow.cxx @@ -192,8 +192,9 @@ void SidebarDockingWindow::NotifyResize() LOKClose(); SetLOKNotifier(pCurrentView); - mpIdleNotify->Start(); } + + mpIdleNotify->Start(); } } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits