Commit d3f10055 authored by Igor.Zotov's avatar Igor.Zotov

+ к заливке 65094

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@65095 954022d7-b5bf-4e40-9824-e11837661b57
parent 3199e689
......@@ -4553,7 +4553,6 @@ var maxIndividualValues = 10000;
{
var aWs = this._getCurrentWS();
var findFilters = this._searchFiltersInRange(arnFrom);
var bUndoRedoChanges = aWs.workbook.bUndoChanges || aWs.workbook.bRedoChanges;
if(findFilters && findFilters.length)
{
......@@ -4572,7 +4571,7 @@ var maxIndividualValues = 10000;
if(!ref.intersection(newRange) && !this._intersectionRangeWithTableParts(newRange, aWs, arnFrom))
{
//TODO позже не копировать стиль при перемещении всей таблицы
if(!bUndoRedoChanges)
if(!(aWs.workbook.bUndoChanges || aWs.workbook.bRedoChanges))
{
var cleanRange = new Range(aWs, newRange.r1, newRange.c1, newRange.r2, newRange.c2);
cleanRange.cleanFormat();
......
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