Commit 8c370d36 authored by Alexander.Trofimov's avatar Alexander.Trofimov

fix bug 33274

parent 02dc3f49
...@@ -10318,6 +10318,8 @@ ...@@ -10318,6 +10318,8 @@
if (bUpdate) { if (bUpdate) {
t._updateColumnPositions(); t._updateColumnPositions();
t._updateVisibleColsCount(); t._updateVisibleColsCount();
t._calcHeightRows(AscCommonExcel.recalcType.recalc);
t._updateVisibleRowsCount();
t.objectRender.drawingArea.reinitRanges(); t.objectRender.drawingArea.reinitRanges();
t.changeWorksheet("update"); t.changeWorksheet("update");
} }
......
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