[DE] Fix Bug 50130

This commit is contained in:
Julia Radzhabova 2021-04-29 15:10:57 +03:00
parent 2e1fc1cfa6
commit a12aca655e

View file

@ -212,7 +212,7 @@ define([
onNoControlsColor: function(item) {
if (!item.isChecked())
this.api.asc_SetSpecialFormsHighlightColor(255, 192, 0);
this.api.asc_SetSpecialFormsHighlightColor(201, 200, 255);
else
this.api.asc_SetSpecialFormsHighlightColor();
Common.NotificationCenter.trigger('edit:complete', this.toolbar);