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