diff --git a/apps/spreadsheeteditor/main/app/view/HeaderFooterDialog.js b/apps/spreadsheeteditor/main/app/view/HeaderFooterDialog.js index 29dbae752..5914dd12d 100644 --- a/apps/spreadsheeteditor/main/app/view/HeaderFooterDialog.js +++ b/apps/spreadsheeteditor/main/app/view/HeaderFooterDialog.js @@ -763,6 +763,7 @@ define([ }, onPresetSelect: function(footer, combo, record) { + combo.setValue(this.textPresets); if (this.HFObject) this.HFObject.applyPreset(record.value, !!footer); this.onCanvasClick(footer ? '#footer-left-img' : '#header-left-img');