From 5a18c00f2071142de57341556f9e13e4a4d58fb3 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Wed, 21 Oct 2020 16:28:47 +0300 Subject: [PATCH] Fix Bug 47021 --- apps/documenteditor/main/app/view/DocumentHolder.js | 4 ++-- apps/presentationeditor/main/app/view/DocumentHolder.js | 2 +- apps/spreadsheeteditor/main/app/controller/DocumentHolder.js | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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);