Commit e6b32d70 authored by Ilya Kirillov's avatar Ilya Kirillov

Fixed bug with adding cell change.

parent b34aed40
......@@ -446,7 +446,7 @@ CChangesTableRowAddCell.prototype.private_ReadItem = function(Reader)
};
CChangesTableRowAddCell.prototype.Load = function(Color)
{
if (this.Items.length <= 0 || this.PosArray <= 0)
if (this.Items.length <= 0 || this.PosArray.length <= 0)
return;
var oRow = this.Class;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment