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(); } },