[DE] Fix Bug 50130
This commit is contained in:
parent
2e1fc1cfa6
commit
a12aca655e
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue