Commit 523d7e77 authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

Обновление графических объектов при изменении высоты строки.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@57675 954022d7-b5bf-4e40-9824-e11837661b57
parent 70d142d5
......@@ -4487,6 +4487,7 @@
if (rowHeight !== rowInfo.height) {
if (!rowInfo.isDefaultHeight) {
this.model.setRowHeight(rowInfo.height + this.height_1px, row, row);
this.objectRender.updateSizeDrawingObjects({target: c_oTargetType.RowResize, row: row});
}
if (angle) {
......
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