From 4889bfeb0317cc7fc2cf8df1a18e476bc57d4f26 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Wed, 28 Dec 2022 21:33:08 +0300 Subject: [PATCH] [DE] Fix role color --- apps/documenteditor/main/app/view/RoleEditDlg.js | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/documenteditor/main/app/view/RoleEditDlg.js b/apps/documenteditor/main/app/view/RoleEditDlg.js index 482e7c5e7..70563a96c 100644 --- a/apps/documenteditor/main/app/view/RoleEditDlg.js +++ b/apps/documenteditor/main/app/view/RoleEditDlg.js @@ -164,6 +164,7 @@ define([ this.btnColor.setColor(this.lastColor); this.mnuColorPicker.selectByRGB(this.lastColor, true); } else { + this.btnColor.setColor('transparent'); this.mnuColorPicker.clearSelection(); } },