Commit 40bd3a44 authored by konovalovsergey's avatar konovalovsergey

buildRecalc

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