From 4dc8142fa9ecba72650405100ffa429e2992feb7 Mon Sep 17 00:00:00 2001 From: Szymon Kłos Date: Tue, 23 Jun 2020 07:48:48 +0200 Subject: jsdialog: working number format field MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ibc3dcd34008767a7a38cc9b52a23935e0387f67e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97016 Tested-by: Jenkins CollaboraOffice Reviewed-by: Szymon Kłos --- desktop/source/lib/init.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'desktop') diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx index bb2307363ab0..bf07eee76637 100644 --- a/desktop/source/lib/init.cxx +++ b/desktop/source/lib/init.cxx @@ -3635,6 +3635,7 @@ static void doc_sendDialogEvent(LibreOfficeKitDocument* /*pThis*/, unsigned nWin OString posString = OUStringToOString(entryPos, RTL_TEXTENCODING_ASCII_US); int pos = std::atoi(posString.getStr()); pCombobox->set_active(pos); + pCombobox->signal_changed(); } } else if (sAction == "change") -- cgit