summaryrefslogtreecommitdiff
path: root/sfx2/source/sidebar/SidebarDockingWindow.cxx
diff options
context:
space:
mode:
authorAshod Nakashian <ashod.nakashian@collabora.co.uk>2019-12-03 09:23:27 -0500
committerMichael Meeks <michael.meeks@collabora.com>2020-05-27 21:54:05 +0100
commit86acea5fe0ae76add684a1c4e7a1c5b8a26437c1 (patch)
treee549afe3370e6068ad1d6b9894a639aad9db6b9e /sfx2/source/sidebar/SidebarDockingWindow.cxx
parent36604a74f153c37f95e930adab803772aa79cbad (diff)
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 <ashnakash@gmail.com> Tested-by: Ashod Nakashian <ashnakash@gmail.com>
Diffstat (limited to 'sfx2/source/sidebar/SidebarDockingWindow.cxx')
-rw-r--r--sfx2/source/sidebar/SidebarDockingWindow.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sfx2/source/sidebar/SidebarDockingWindow.cxx b/sfx2/source/sidebar/SidebarDockingWindow.cxx
index 7df5e451d89d..7a02eb114b51 100644
--- a/sfx2/source/sidebar/SidebarDockingWindow.cxx
+++ b/sfx2/source/sidebar/SidebarDockingWindow.cxx
@@ -201,8 +201,9 @@ void SidebarDockingWindow::NotifyResize()
LOKClose();
SetLOKNotifier(pCurrentView);
- mpIdleNotify->Start();
}
+
+ mpIdleNotify->Start();
}
}