Commit 615f097a authored by Ilya.Kirillov's avatar Ilya.Kirillov Committed by Alexander.Trofimov

Исправлен баг с обновлением курсоров после принятия чужих изменений (баг 30915).

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@66235 954022d7-b5bf-4e40-9824-e11837661b57
parent 15faaaf2
......@@ -18948,6 +18948,7 @@ CTable.prototype =
this.Markup.Rows = [];
for ( var CurRow = Row_start; CurRow <= Row_last; CurRow++ )
{
if (this.RowsInfo[CurRow] && this.RowsInfo[CurRow].Y[PageNum] && this.RowsInfo[CurRow].H[PageNum])
this.Markup.Rows.push( { Y : this.RowsInfo[CurRow].Y[PageNum], H : this.RowsInfo[CurRow].H[PageNum] } );
}
......
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