Commit 2a518a8f authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

Поправил bug #26633

ToDo убрать совсем reinitRanges

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@68651 954022d7-b5bf-4e40-9824-e11837661b57
parent be5973ed
......@@ -11793,6 +11793,10 @@
}
// Пока вызовем updateRange, но стоит делать просто draw
this._updateCellsRange( range );
// ToDo убрать совсем reinitRanges
if ( this.objectRender && this.objectRender.drawingArea ) {
this.objectRender.drawingArea.reinitRanges();
}
return;
}
......
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