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

http://bugzserver/show_bug.cgi?id=27745 - [AutoSave] Повреждение файла при...

http://bugzserver/show_bug.cgi?id=27745 -  [AutoSave] Повреждение файла при сохранении после copy&paste объединенных ячеек всей строки

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@59914 954022d7-b5bf-4e40-9824-e11837661b57
parent 72d8f40a
......@@ -2670,7 +2670,7 @@ Row.prototype =
},
setAngle: function(val)
{
var oRes = this.sm.setFontname(this, val);
var oRes = this.sm.setAngle(this, val);
if(History.Is_On() && oRes.oldVal != oRes.newVal)
History.Add(g_oUndoRedoRow, historyitem_RowCol_Angle, this.ws.getId(), this._getUpdateRange(), new UndoRedoData_IndexSimpleProp(this.index, true, oRes.oldVal, oRes.newVal));
},
......
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