[DE] Fix bug 43943

This commit is contained in:
Julia Svinareva 2019-12-19 17:21:37 +03:00
parent ce1f0c5b6a
commit 8a61a15a88

View file

@ -1734,6 +1734,7 @@ define([
win.setActiveCategory(type == 'indents' ? 0 : 3);
} else if (type == 'margins') {
win = new DE.Views.PageMarginsDialog({
api: me.api,
handler: function(dlg, result) {
if (result == 'ok') {
var props = dlg.getSettings();