diff --git a/apps/spreadsheeteditor/main/app/controller/Toolbar.js b/apps/spreadsheeteditor/main/app/controller/Toolbar.js index 97e314757..29be2e544 100644 --- a/apps/spreadsheeteditor/main/app/controller/Toolbar.js +++ b/apps/spreadsheeteditor/main/app/controller/Toolbar.js @@ -3982,6 +3982,9 @@ define([ api: me.api, fontStore: me.fontStore, handler: function(dlg, result) { + if (result === 'ok') { + me.getApplication().getController('Print').updatePreview(); + } Common.NotificationCenter.trigger('edit:complete'); } });