Commit e385c6f3 authored by konovalovsergey's avatar konovalovsergey

_moveRange lockRecal

parent af5b2984
......@@ -4187,6 +4187,7 @@
History.Create_NewPoint();
History.StartTransaction();
this.workbook.dependencyFormulas.lockRecal();
var offset = { offsetRow : oBBoxTo.r1 - oBBoxFrom.r1, offsetCol : oBBoxTo.c1 - oBBoxFrom.c1 };
var intersection = oBBoxFrom.intersectionSimple(oBBoxTo);
var oRangeIntersection = null;
......@@ -4355,7 +4356,7 @@
if(oBBoxTo.c2 >= this.nColsCount)
this.nColsCount = oBBoxTo.c2 + 1;
this.workbook.sortDependency();
this.workbook.dependencyFormulas.unlockRecal();
if(true == this.workbook.bUndoChanges || true == this.workbook.bRedoChanges)
{
......
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