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

Исправлен баг с пересылкой границ параграфа во время совместного редактирования (баг 19318).

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@48248 954022d7-b5bf-4e40-9824-e11837661b57
parent a1271ce5
......@@ -9407,7 +9407,7 @@ Paragraph.prototype =
case historyitem_Paragraph_Borders_Top: OldValue = this.Pr.Brd.Top; this.Pr.Brd.Top = Border; break;
}
History.Add( this, { Type : historyitem_Paragraph_WidowControl, New : Border, Old : OldValue } );
History.Add( this, { Type : HistoryType, New : Border, Old : OldValue } );
// Надо пересчитать конечный стиль
this.CompiledPr.NeedRecalc = 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