Commit fe5cef85 authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

cellsTop -> cellsLeft

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@56161 954022d7-b5bf-4e40-9824-e11837661b57
parent 890987f7
......@@ -527,7 +527,7 @@
var cFrozen = this.topLeftFrozenCell.getCol0();
offsetX = (col < cFrozen) ? 0 : this.cols[this.visibleRange.c1].left - this.cols[cFrozen].left;
} else
offsetX = this.cols[this.visibleRange.c1].left - this.cellsTop;
offsetX = this.cols[this.visibleRange.c1].left - this.cellsLeft;
var u = units >= 0 && units <= 3 ? units : 0;
return (this.cols[col].left - offsetX) * asc_getcvt(1/*pt*/, u, this._getPPIX());
......
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