Commit 9968e514 authored by Alexander.Trofimov's avatar Alexander.Trofimov

bug 33274

parent d7f7892b
......@@ -10318,8 +10318,8 @@
if (bUpdate) {
t._updateColumnPositions();
t._updateVisibleColsCount();
t.changeWorksheet("update");
t.objectRender.drawingArea.reinitRanges();
t.changeWorksheet("update");
}
History.EndTransaction();
});
......@@ -10375,8 +10375,8 @@
t._calcHeightRows(AscCommonExcel.recalcType.recalc);
t._updateVisibleRowsCount();
t._cleanCache(new asc_Range(0, row1, t.cols.length - 1, row2));
t.changeWorksheet("update");
t.objectRender.drawingArea.reinitRanges();
t.changeWorksheet("update");
History.EndTransaction();
};
return this._isLockedAll(onChangeHeightCallback);
......
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