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

http://bugzserver/show_bug.cgi?id=26469 - [AutoSave][Drag&Drop] Повреждение...

http://bugzserver/show_bug.cgi?id=26469 -  [AutoSave][Drag&Drop] Повреждение файла при перемещении фильтрованного диапазона в форматированную таблицу

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@64089 954022d7-b5bf-4e40-9824-e11837661b57
parent a222da40
......@@ -351,7 +351,9 @@ var maxIndividualValues = 10000;
//updates
if(styleName && addNameColumn)
ws.setSelection(filterRange);
ws._onUpdateFormatTable(filterRange, !!(styleName), true);
if(styleName)
ws._onUpdateFormatTable(filterRange, !!(styleName), true);
History.EndTransaction();
};
......
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