Commit 5032b8bc 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@56497 954022d7-b5bf-4e40-9824-e11837661b57
parent c352309c
......@@ -1516,7 +1516,7 @@ var gUndoInsDelCellsFlag = true;
var rangeButton;
for(var i = 0; i < this.allButtonAF.length; i++)
{
rangeButton = this._idToRange(this.allButtonAF[i].id);
rangeButton = this._refToRange(this.allButtonAF[i].inFilter);
if(rangeButton.r1 >= ar.r1 && rangeButton.r2 <= ar.r2 && rangeButton.c1 >= ar.c1 && rangeButton.c2 <= ar.c2)
{
this.allButtonAF.splice(i, 1);
......
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