Commit 5b8552d0 authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

cols->rows

fix bug #27962

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@60187 954022d7-b5bf-4e40-9824-e11837661b57
parent c8bbda30
......@@ -6196,7 +6196,7 @@
c2 = this._findVisibleCol(c2, dc);
bIsHidden = true;
}
if (0 !== dr && this.cols[r2].height < this.height_1px) {
if (0 !== dr && this.rows[r2].height < this.height_1px) {
r2 = this._findVisibleRow(r2, dr);
bIsHidden = true;
}
......
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