summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorSzymon Kłos <szymon.klos@collabora.com>2020-06-23 07:48:48 +0200
committerSzymon Kłos <szymon.klos@collabora.com>2020-06-24 14:01:59 +0200
commit4dc8142fa9ecba72650405100ffa429e2992feb7 (patch)
tree70164e88efb0f3017ae826e687cf1a01896e8d63 /desktop
parent845ae6fbb7e187cd9daed1e4731a1c9e635ec976 (diff)
jsdialog: working number format field
Change-Id: Ibc3dcd34008767a7a38cc9b52a23935e0387f67e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97016 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.cxx1
1 files changed, 1 insertions, 0 deletions
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")