Commit 6ba36fe2 authored by Sergey.Luzyanin's avatar Sergey.Luzyanin Committed by Alexander.Trofimov

Правка бага 21616 - [CoEdit] Документ не считается модифицированным, если...

Правка бага 21616 - [CoEdit] Документ не считается модифицированным, если изменить вид диаграммы с помощью настроек в правом тулбаре

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@51335 954022d7-b5bf-4e40-9824-e11837661b57
parent 612b2d65
......@@ -2289,6 +2289,11 @@ CChartAsGroup.prototype =
var type = reader.GetLong();
switch(type)
{
case historyitem_AutoShapes_RecalculateChartRedo:
{
this.recalculate();
break;
}
case historyitem_CalculateAfterCopyInGroup:
{
this.recalculate();
......
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