Commit 4e508095 authored by Sergey Luzyanin's avatar Sergey Luzyanin

check Refresh_RecalcData

parent 18d8c8c2
......@@ -267,7 +267,7 @@ CHistory.prototype.Undo = function()
else
{
Item.Class.Undo(Item.Type);
Item.Class.Refresh_RecalcData(Item.Type);
Item.Class.Refresh_RecalcData && Item.Class.Refresh_RecalcData(Item.Type);
}
}
......@@ -382,7 +382,7 @@ CHistory.prototype.RedoExecute = function(Point, oRedoObjectParam)
else
{
Item.Class.Redo(Item.Type);
Item.Class.Refresh_RecalcData(Item.Type);
Item.Class.Refresh_RecalcData && Item.Class.Refresh_RecalcData(Item.Type);
}
}
......
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