[SSE] Fix bug 55416
This commit is contained in:
parent
159f0b13ec
commit
1ae0f643fb
|
@ -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');
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue