Commit 40bd3a44 authored by konovalovsergey's avatar konovalovsergey

buildRecalc

parent 44c5f45a
......@@ -1901,7 +1901,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();
......@@ -1924,7 +1924,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