Fix Bug 47021
This commit is contained in:
parent
af7218d1b5
commit
5a18c00f20
|
@ -3103,7 +3103,7 @@ define([
|
||||||
cls = 'menu__icon text-orient-rdown';
|
cls = 'menu__icon text-orient-rdown';
|
||||||
break;
|
break;
|
||||||
case Asc.c_oAscCellTextDirection.BTLR:
|
case Asc.c_oAscCellTextDirection.BTLR:
|
||||||
cls = 'menu__icon btn-align-rup';
|
cls = 'menu__icon text-orient-rup';
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
menuTableDirection.setIconCls(cls);
|
menuTableDirection.setIconCls(cls);
|
||||||
|
@ -3788,7 +3788,7 @@ define([
|
||||||
cls = 'menu__icon text-orient-rdown';
|
cls = 'menu__icon text-orient-rdown';
|
||||||
break;
|
break;
|
||||||
case Asc.c_oAscVertDrawingText.vert270:
|
case Asc.c_oAscVertDrawingText.vert270:
|
||||||
cls = 'menu__icon btn-align-rup';
|
cls = 'menu__icon text-orient-rup';
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
menuParagraphDirection.setIconCls(cls);
|
menuParagraphDirection.setIconCls(cls);
|
||||||
|
|
|
@ -3137,7 +3137,7 @@ define([
|
||||||
cls = 'menu__icon text-orient-rdown';
|
cls = 'menu__icon text-orient-rdown';
|
||||||
break;
|
break;
|
||||||
case Asc.c_oAscVertDrawingText.vert270:
|
case Asc.c_oAscVertDrawingText.vert270:
|
||||||
cls = 'menu__icon btn-align-rup';
|
cls = 'menu__icon text-orient-rup';
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
menuParagraphDirection.setIconCls(cls);
|
menuParagraphDirection.setIconCls(cls);
|
||||||
|
|
|
@ -1804,7 +1804,7 @@ define([
|
||||||
cls = 'menu__icon text-orient-rdown';
|
cls = 'menu__icon text-orient-rdown';
|
||||||
break;
|
break;
|
||||||
case Asc.c_oAscVertDrawingText.vert270:
|
case Asc.c_oAscVertDrawingText.vert270:
|
||||||
cls = 'menu__icon btn-align-rup';
|
cls = 'menu__icon text-orient-rup';
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
documentHolder.menuParagraphDirection.setIconCls(cls);
|
documentHolder.menuParagraphDirection.setIconCls(cls);
|
||||||
|
|
Loading…
Reference in a new issue