[Libreoffice-commits] online.git: loleaflet/src

Szymon KÅ‚os (via logerrit) logerrit at kemper.freedesktop.org
Thu Jul 2 12:51:23 UTC 2020


 loleaflet/src/control/Control.JSDialogBuilder.js |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 8b3cb9a176ec1550415cd51f0b04f9e147f195e2
Author:     Szymon Kłos <szymon.klos at collabora.com>
AuthorDate: Thu Jul 2 08:58:53 2020 +0200
Commit:     Szymon Kłos <szymon.klos at collabora.com>
CommitDate: Thu Jul 2 14:51:03 2020 +0200

    jsdialog: use listbox for font size selector
    
    with newer core version it changed a name
    
    Change-Id: I3804f9f6e1acfc96123e4376aeb3b040deeebe4c
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/97707
    Tested-by: Jenkins
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
    Reviewed-by: Szymon Kłos <szymon.klos at collabora.com>

diff --git a/loleaflet/src/control/Control.JSDialogBuilder.js b/loleaflet/src/control/Control.JSDialogBuilder.js
index ba6ee8fce..41ad87376 100644
--- a/loleaflet/src/control/Control.JSDialogBuilder.js
+++ b/loleaflet/src/control/Control.JSDialogBuilder.js
@@ -1414,6 +1414,7 @@ L.Control.JSDialogBuilder = L.Control.extend({
 		if (data.id === 'applystyle' ||
 			data.id === 'fontnamecombobox' ||
 			data.id === 'fontsizecombobox' ||
+			data.id === 'fontsize' ||
 			data.id === 'FontBox') {
 			builder._listboxControl(parentContainer, data, builder);
 		} else if (data.id === 'searchterm' ||


More information about the Libreoffice-commits mailing list