Commit 41c21325 authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

refactoring

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@50527 954022d7-b5bf-4e40-9824-e11837661b57
parent af4bbc82
......@@ -3810,7 +3810,7 @@
_calcMaxWidth: function (col, row, range) {
if (null === range) {return this.cols[col].innerWidth;}
width = this.cols[range.c1].innerWidth;
var width = this.cols[range.c1].innerWidth;
for (var c = range.c1 + 1; c <= range.c2 && c < this.nColsCount; ++c) {
width += this.cols[c].width;
}
......
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