[DE] Fix bug 43943
This commit is contained in:
parent
ce1f0c5b6a
commit
8a61a15a88
|
@ -1734,6 +1734,7 @@ define([
|
||||||
win.setActiveCategory(type == 'indents' ? 0 : 3);
|
win.setActiveCategory(type == 'indents' ? 0 : 3);
|
||||||
} else if (type == 'margins') {
|
} else if (type == 'margins') {
|
||||||
win = new DE.Views.PageMarginsDialog({
|
win = new DE.Views.PageMarginsDialog({
|
||||||
|
api: me.api,
|
||||||
handler: function(dlg, result) {
|
handler: function(dlg, result) {
|
||||||
if (result == 'ok') {
|
if (result == 'ok') {
|
||||||
var props = dlg.getSettings();
|
var props = dlg.getSettings();
|
||||||
|
|
Loading…
Reference in a new issue