summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorSzymon Kłos <szymon.klos@collabora.com>2019-11-19 17:59:17 +0200
committerSzymon Kłos <szymon.klos@collabora.com>2019-11-20 10:20:45 +0100
commit98c678527579d7fdd5a4811d9f5f05ae7fdb282b (patch)
tree114901f1f44e7b252a59adb18228607f9d136c6d /desktop
parent9d507d31b262b271d259b4314d3d5cab373ab5a6 (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')
-rw-r--r--desktop/source/lib/init.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index d77fa4052814..062ceb3dcb45 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -3343,6 +3343,10 @@ static void doc_sendDialogEvent(LibreOfficeKitDocument* /*pThis*/, unsigned nWin
pUIWindow->execute(sClickAction, aMap);
}
} catch(...) {}
+
+ // force resend
+ pWindow->Hide();
+ pWindow->Show();
}
}