Commit b1e3a5e4 authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

fix bug #27392

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@59449 954022d7-b5bf-4e40-9824-e11837661b57
parent 245f165f
...@@ -9537,7 +9537,7 @@ ...@@ -9537,7 +9537,7 @@
History.Create_NewPoint(); History.Create_NewPoint();
History.StartTransaction(); History.StartTransaction();
if (range.addCellsShiftRight()) { if (range.addCellsShiftRight()) {
t._cleanCache(oChangeData.changedRange); fullRecalc = true;
if(isCheckChangeAutoFilter === true) if(isCheckChangeAutoFilter === true)
t.autoFilters.insertColumn(prop, arn); t.autoFilters.insertColumn(prop, arn);
t.cellCommentator.updateCommentsDependencies(true, val, arn); t.cellCommentator.updateCommentsDependencies(true, val, arn);
...@@ -9558,7 +9558,7 @@ ...@@ -9558,7 +9558,7 @@
History.Create_NewPoint(); History.Create_NewPoint();
History.StartTransaction(); History.StartTransaction();
if (range.addCellsShiftBottom()) { if (range.addCellsShiftBottom()) {
t._cleanCache(oChangeData.changedRange); fullRecalc = true;
if(isCheckChangeAutoFilter === true) if(isCheckChangeAutoFilter === true)
t.autoFilters.insertRows(prop,arn); t.autoFilters.insertRows(prop,arn);
t.cellCommentator.updateCommentsDependencies(true, val, arn); t.cellCommentator.updateCommentsDependencies(true, val, arn);
......
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