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

http://bugzserver/show_bug.cgi?id=27580 - Появление лишнего столбца при...

http://bugzserver/show_bug.cgi?id=27580 - Появление лишнего столбца при применении Undo после вставки столбцов в форматированную таблицу

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@60169 954022d7-b5bf-4e40-9824-e11837661b57
parent b7a5dd67
......@@ -2163,6 +2163,11 @@ var gUndoInsDelCellsFlag = true;
this._addButtonAF({result: cloneData.oldFilter.result,isVis: false});
var splitRange = cloneData.oldFilter.Ref;
//чистим стиль от старой таблицы
var clearRange = new Range(aWs, cloneData.newFilterRef.r1, cloneData.newFilterRef.c1, cloneData.newFilterRef.r2, cloneData.newFilterRef.c2);
clearRange.setTableStyle(null);
this._setColorStyleTable(splitRange, cloneData.oldFilter, null, true);
this._checkShowButtonsFlag(aWs.TableParts[l]);
......
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