Commit c5cf06fb authored by Dmitry.Vikulov's avatar Dmitry.Vikulov Committed by Alexander.Trofimov

Fix Bug 19787 - Маркер изменения прозрачности не следует за undo/redo

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@50356 954022d7-b5bf-4e40-9824-e11837661b57
parent 2b82dec9
......@@ -2642,7 +2642,6 @@ CShape.prototype =
{
switch (type)
{
case historyitem_AutoShapes_RecalculateAfterParagraphAddUndo:
{
if(isRealObject(this.txBody))
......@@ -2757,6 +2756,7 @@ CShape.prototype =
break;
}
}
this.drawingObjects.sendGraphicObjectProps();
},
Redo: function(type, data)
......@@ -2884,6 +2884,7 @@ CShape.prototype =
break;
}
}
this.drawingObjects.sendGraphicObjectProps();
},
setNvSpPr: function(pr)
......
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