[DE] Fix Bug 49228

This commit is contained in:
Julia Radzhabova 2021-03-23 16:58:47 +03:00
parent 23333c8720
commit c1d9db0315

View file

@ -1717,7 +1717,7 @@ define([
} else if (type == 'indents' || type == 'tabs') { } else if (type == 'indents' || type == 'tabs') {
win = this.advancedParagraphClick({isChart: false}); win = this.advancedParagraphClick({isChart: false});
if (win) if (win)
win.setActiveCategory(type == 'indents' ? 0 : 3); win.setActiveCategory(type == 'indents' ? 0 : 4);
} else if (type == 'margins') { } else if (type == 'margins') {
if (me._state.lock_doc) return; if (me._state.lock_doc) return;
win = new DE.Views.PageMarginsDialog({ win = new DE.Views.PageMarginsDialog({