Commit a8f178ef authored by Igor.Zotov's avatar Igor.Zotov Committed by Alexander.Trofimov

правка для #24280

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@56289 954022d7-b5bf-4e40-9824-e11837661b57
parent dd4cbeb0
......@@ -8889,6 +8889,11 @@
commentData.nRow = r + autoR*plRow;
commentData.setId();
t.cellCommentator.addCommentSerialize(commentData);
History.Create_NewPoint();
History.Add(g_oUndoRedoComment, historyitem_Comment_Add, t.model.getId(), null, commentData);
t.cellCommentator.worksheet.model.workbook.handlers.trigger("asc_onAddComment", commentData.asc_getId(), commentData);
}
}
}
......@@ -9025,7 +9030,7 @@
arn.r2 = trueArn.r2;
arn.c2 = trueArn.c2;
}
t.isChanged = true;
t.activeRange.c2 = arn.c2;
t.activeRange.r2 = arn.r2;
......
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