diff --git a/apps/documenteditor/main/app/view/DocumentHolder.js b/apps/documenteditor/main/app/view/DocumentHolder.js index c986e8257..264692944 100644 --- a/apps/documenteditor/main/app/view/DocumentHolder.js +++ b/apps/documenteditor/main/app/view/DocumentHolder.js @@ -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); diff --git a/apps/presentationeditor/main/app/view/DocumentHolder.js b/apps/presentationeditor/main/app/view/DocumentHolder.js index 3e24b8da3..2dcd960cb 100644 --- a/apps/presentationeditor/main/app/view/DocumentHolder.js +++ b/apps/presentationeditor/main/app/view/DocumentHolder.js @@ -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); diff --git a/apps/spreadsheeteditor/main/app/controller/DocumentHolder.js b/apps/spreadsheeteditor/main/app/controller/DocumentHolder.js index a85e080f1..f2d676dd1 100644 --- a/apps/spreadsheeteditor/main/app/controller/DocumentHolder.js +++ b/apps/spreadsheeteditor/main/app/controller/DocumentHolder.js @@ -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);