fix drawCollaborativeChanges

fix mint rectangles
This commit is contained in:
Kulikova Svetlana
2021-03-02 12:51:38 +03:00
parent 5aa56f4d51
commit 3dcbc7e15e

View File

@ -485,7 +485,6 @@ CNativeGraphics.prototype =
},
drawCollaborativeChanges : function(x, y, w, h, Color)
{
this.Native["drawCollaborativeChanges"](x, y, w, h, Color.r, Color.g, Color.b, 255);
},
drawMailMergeField : function(x, y, w, h)
{