[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.2' - desktop/source
Szymon Kłos (via logerrit)
logerrit at kemper.freedesktop.org
Wed Nov 20 09:21:34 UTC 2019
desktop/source/lib/init.cxx | 4 ++++
1 file changed, 4 insertions(+)
New commits:
commit 98c678527579d7fdd5a4811d9f5f05ae7fdb282b
Author: Szymon Kłos <szymon.klos at collabora.com>
AuthorDate: Tue Nov 19 17:59:17 2019 +0200
Commit: Szymon Kłos <szymon.klos at collabora.com>
CommitDate: Wed Nov 20 10:20:45 2019 +0100
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 at gmail.com>
Reviewed-by: Szymon Kłos <szymon.klos at collabora.com>
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();
}
}
More information about the Libreoffice-commits
mailing list