diff options
author | Szymon Kłos <szymon.klos@collabora.com> | 2019-11-19 17:59:17 +0200 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2019-12-16 17:30:00 +0000 |
commit | dbcb0b2ad47782576b1502ec13deb4652ae214f6 (patch) | |
tree | a2d1051167aa5fedd5f52f373c092e53dfe633f9 /desktop/source | |
parent | 885784f5d8808b38d86eb9c878472f91b56dad7b (diff) |
Revert "jsdialogs: don't recreate sidebar on event"
This reverts commit 0c75ccd84ea64f2c69afe104a4b4ebd55b3cc215.
Change-Id: I127cd0179d24af52f695c9f1ee0792b9573e6e0e
Reviewed-on: https://gerrit.libreoffice.org/83219
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
Diffstat (limited to 'desktop/source')
-rw-r--r-- | desktop/source/lib/init.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx index e0d5973b5dcd..36a37165154c 100644 --- a/desktop/source/lib/init.cxx +++ b/desktop/source/lib/init.cxx @@ -3357,6 +3357,10 @@ static void doc_sendDialogEvent(LibreOfficeKitDocument* /*pThis*/, unsigned nWin pUIWindow->execute(sClickAction, aMap); } } catch(...) {} + + // force resend + pWindow->Hide(); + pWindow->Show(); } } |