[DE] Fix Bug 49228
This commit is contained in:
parent
23333c8720
commit
c1d9db0315
|
@ -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({
|
||||||
|
|
Loading…
Reference in a new issue