Commit aff95a29 authored by konovalovsergey's avatar konovalovsergey Committed by Alexander.Trofimov

buildRecalc

parent ee0ce418
......@@ -1877,7 +1877,7 @@ function addToArrDefNameRecalc(name){
}
function buildRecalc(_wb,notrec, bForce){
var ws;
if( lc > 1 && !bForce) return;
if( lc >= 1 && !bForce) return;
if(!bForce){
for(var id in arrDefNameRecalc ){
arrDefNameRecalc[id].rebuild();
......@@ -1900,7 +1900,7 @@ function buildRecalc(_wb,notrec, bForce){
ws._BuildDependencies(_rec);
}
}
arrRecalc = {};
if(!notrec)
sortDependency(_wb)
}
......
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