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

http://bugzserver/show_bug.cgi?id=25914 - Отменяется ввод не правильных...

http://bugzserver/show_bug.cgi?id=25914 -  Отменяется ввод не правильных значение при undo если было окно с ошибкой

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@57756 954022d7-b5bf-4e40-9824-e11837661b57
parent 9da22553
...@@ -674,7 +674,12 @@ var gUndoInsDelCellsFlag = true; ...@@ -674,7 +674,12 @@ var gUndoInsDelCellsFlag = true;
result = result.result; result = result.result;
} }
else else
{
History.EndTransaction();
if(isTurnOffHistory)
History.TurnOn();
return false; return false;
}
}; };
//добавляем структуру нового фильтра //добавляем структуру нового фильтра
......
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