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

Bug 24817 - Предустановленный стиль текста сбрасывается после выхода из редактора ячейки

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@56691 954022d7-b5bf-4e40-9824-e11837661b57
parent 50ef8657
......@@ -3351,7 +3351,7 @@ CCellValue.prototype =
if(bSetCellFont)
{
if (oIntersectFont.isEqual(cellFont))
if (oIntersectFont.isEqual(g_oDefaultFont))
this.cell.setFont(null, false);
else
this.cell.setFont(oIntersectFont, 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