[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.4' - desktop/source
Szymon KÅos (via logerrit)
logerrit at kemper.freedesktop.org
Thu Dec 3 16:25:57 UTC 2020
desktop/source/lib/init.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit ae833ce29b0c460816b16419788b7c64f873b833
Author: Szymon Kłos <szymon.klos at collabora.com>
AuthorDate: Thu Dec 3 14:09:43 2020 +0100
Commit: Szymon Kłos <szymon.klos at collabora.com>
CommitDate: Thu Dec 3 17:25:23 2020 +0100
jsdialog: don't skip commands
api was extended and now we send no only
the latest state of a current window (may be skipped),
but also commands like: close window <ID>.
Make sure commands will not be skipped when new dialog
appears.
Change-Id: I17fa0f09d7ef78cbbcbf8786182dfeb92e6021ad
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107165
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 4b043141e743..543e77714da0 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -1536,7 +1536,6 @@ void CallbackFlushHandler::queue(const int type, const char* data)
case LOK_CALLBACK_TEXT_VIEW_SELECTION:
case LOK_CALLBACK_VIEW_CURSOR_VISIBLE:
case LOK_CALLBACK_CALC_FUNCTION_LIST:
- case LOK_CALLBACK_JSDIALOG:
{
// deleting the duplicate of visible cursor message can cause hyperlink popup not to show up on second/or more click on the same place.
// If the hyperlink is not empty we can bypass that to show the popup
More information about the Libreoffice-commits
mailing list