Commit 74486884 authored by Alexander.Trofimov's avatar Alexander.Trofimov

_getRowNoEmptyWithAll -> getRowNoEmpty in view calculate

parent afd43a96
......@@ -1423,7 +1423,7 @@
// ToDo calc all rows (not visible)
for (; ((AscCommonExcel.recalcType.recalc !== type) ? i < l || y + hiddenH < visibleH : i < this.rows.length) &&
i < gc_nMaxRow; ++i) {
row = this.model._getRowNoEmptyWithAll(i);
row = this.model._getRowNoEmpty(i);
if (!row) {
h = -1; // Будет использоваться дефолтная высота строки
isCustomHeight = false;
......
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