Commit 32374f33 authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

fix bug #27060

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@58917 954022d7-b5bf-4e40-9824-e11837661b57
parent 8faa045f
...@@ -3198,7 +3198,10 @@ ...@@ -3198,7 +3198,10 @@
if (row >= this.nRowsCount) if (row >= this.nRowsCount)
this.expandRowsOnScroll(false, true, 0); // Передаем 0, чтобы увеличить размеры this.expandRowsOnScroll(false, true, 0); // Передаем 0, чтобы увеличить размеры
this._initCellsArea(); this.visibleRange.r2 = 0;
this._calcVisibleRows();
this.visibleRange.c2 = 0;
this._calcVisibleColumns();
this.handlers.trigger("reinitializeScroll"); this.handlers.trigger("reinitializeScroll");
this.objectRender.drawingArea.init(); this.objectRender.drawingArea.init();
......
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