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

Исправлен баг с обтеканием по контуру (баг 25058).

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@57154 954022d7-b5bf-4e40-9824-e11837661b57
parent e140e740
......@@ -1331,8 +1331,8 @@ Paragraph.prototype =
}
}
Bottom2 += this.Lines[CurLine].Metrics.LineGap;
Bottom = Bottom2;
Bottom = Bottom2;
Bottom += this.Lines[CurLine].Metrics.LineGap;
// Если данная строка последняя, тогда подкорректируем нижнюю границу
if ( true === PRS.End )
......
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