jsdialog: create also combobox without entries
this fixes missing font name and font size comboboxes when opened spreadsheet protected from editing Signed-off-by: Szymon Kłos <szymon.klos@collabora.com> Change-Id: I364fe345756549270cabafbe76d9a6b040a48ac3
This commit is contained in:
parent
8ab9dd7e07
commit
74059a040e
1 changed files with 0 additions and 3 deletions
|
@ -280,9 +280,6 @@ L.Control.NotebookbarBuilder = L.Control.JSDialogBuilder.extend({
|
|||
},
|
||||
|
||||
_comboboxControl: function(parentContainer, data, builder) {
|
||||
if (!data.entries || data.entries.length === 0)
|
||||
return false;
|
||||
|
||||
if (window.ThisIsTheiOSApp && data.id === 'fontnamecombobox') {
|
||||
this._createiOsFontButton(parentContainer, data, builder);
|
||||
return false;
|
||||
|
|
Loading…
Reference in a new issue