Commit 5503368b authored by Sergey.Konovalov's avatar Sergey.Konovalov Committed by Alexander.Trofimov

Bug 18759 - Содержимое остается выравненным по центру после применения Unmerge для Merge & Center

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@48451 954022d7-b5bf-4e40-9824-e11837661b57
parent 15407863
......@@ -6710,6 +6710,8 @@ Range.prototype.merge=function(type){
}
if(type == c_oAscMergeOptions.MergeCenter && bHasMerged)
{
//сбрасываем AlignHorizontal
this.setAlignHorizontal("none");
History.EndTransaction();
return;
}
......
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