[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.2' - desktop/source
Szymon KÅos (via logerrit)
logerrit at kemper.freedesktop.org
Thu May 14 10:19:01 UTC 2020
desktop/source/lib/init.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 40e0b90266573c3531a610ead44da6063ee12edb
Author: Szymon Kłos <szymon.klos at collabora.com>
AuthorDate: Fri Feb 28 14:39:35 2020 +0100
Commit: Szymon Kłos <szymon.klos at collabora.com>
CommitDate: Thu May 14 12:18:32 2020 +0200
jsdialog: react on edit text change
Change-Id: Icc9f2c823824be2a7e6662fe4a6d7db78279b515
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94147
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 203ece44ef51..5d5e41ee09b5 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -3637,7 +3637,7 @@ static void doc_sendDialogEvent(LibreOfficeKitDocument* /*pThis*/, unsigned nWin
{
pUIWindow->execute(sDownAction, aMap);
}
- else if (aMap["cmd"] == "set")
+ else if (aMap["cmd"] == "set" || aMap["cmd"] == "change")
{
aMap["TEXT"] = aMap["data"];
More information about the Libreoffice-commits
mailing list