Commit 81c0f08e authored by Alexander.Trofimov's avatar Alexander.Trofimov

fix bug 35495

parent 829def1b
......@@ -773,6 +773,7 @@
t._updateVisibleColsCount();
if (t.objectRender) {
t.objectRender.updateSizeDrawingObjects({target: c_oTargetType.ColumnResize, col: col});
t.objectRender.rebuildChartGraphicObjects([new asc_Range(col, 0, col, gc_nMaxRow0)]);
}
};
this._isLockedAll(onChangeWidthCallback);
......@@ -819,6 +820,7 @@
t._updateVisibleRowsCount();
if (t.objectRender) {
t.objectRender.updateSizeDrawingObjects({target: c_oTargetType.RowResize, row: row});
t.objectRender.rebuildChartGraphicObjects([new asc_Range(0, row, gc_nMaxCol0, row)]);
}
};
......
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