Fix Bug 47021

This commit is contained in:
Julia Radzhabova 2020-10-21 16:28:47 +03:00
parent af7218d1b5
commit 5a18c00f20
3 changed files with 4 additions and 4 deletions

View file

@ -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);

View file

@ -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);

View file

@ -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);