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

сбрасываю стиль форматированной таблицы при её перемещении

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@56572 954022d7-b5bf-4e40-9824-e11837661b57
parent 41e890ac
...@@ -6442,7 +6442,10 @@ var gUndoInsDelCellsFlag = true; ...@@ -6442,7 +6442,10 @@ var gUndoInsDelCellsFlag = true;
} }
if(!data) if(!data)
this._addHistoryObj(oCurFilter, historyitem_AutoFilter_Move, {worksheet: ws, arnTo: arnTo, arnFrom: arnFrom, activeCells: ws.activeRange}) this._addHistoryObj(oCurFilter, historyitem_AutoFilter_Move, {worksheet: ws, arnTo: arnTo, arnFrom: arnFrom, activeCells: ws.activeRange})
} }
this._cleanStyleTable(aWs, arnFrom);
this._reDrawFilters(null, true); this._reDrawFilters(null, true);
} }
else else
......
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