From 6ef7133306e4563c2bb106a8c8c6840033e0bcae Mon Sep 17 00:00:00 2001 From: Ashod Nakashian Date: Tue, 3 Dec 2019 09:23:27 -0500 Subject: 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 Tested-by: Ashod Nakashian --- sfx2/source/sidebar/SidebarDockingWindow.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sfx2') diff --git a/sfx2/source/sidebar/SidebarDockingWindow.cxx b/sfx2/source/sidebar/SidebarDockingWindow.cxx index bb6a08e48d8e..3aba87450c4f 100644 --- a/sfx2/source/sidebar/SidebarDockingWindow.cxx +++ b/sfx2/source/sidebar/SidebarDockingWindow.cxx @@ -195,8 +195,9 @@ void SidebarDockingWindow::NotifyResize() LOKClose(); SetLOKNotifier(pCurrentView); - mpIdleNotify->Start(); } + + mpIdleNotify->Start(); } } -- cgit v1.2.3