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

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

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@51346 954022d7-b5bf-4e40-9824-e11837661b57
parent 33cb0d5c
......@@ -5790,7 +5790,6 @@ CGraphicObjects.prototype =
if(cur_state.id === STATES_ID_TEXT_ADD || cur_state.id === STATES_ID_TEXT_ADD_IN_GROUP)
{
cur_state.textObject.setParagraphNumbering(NumInfo);
this.drawingDocument.OnRecalculatePage(cur_state.textObject.pageIndex, this.document.Pages[cur_state.textObject.pageIndex]);
}
else
{
......
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