Commit e677b2ab authored by Sergey.Luzyanin's avatar Sergey.Luzyanin Committed by Alexander.Trofimov

Bug 25081 - [CoEdit] Зависание приложения с блокирующей маской при принятии...

Bug 25081 - [CoEdit] Зависание приложения с блокирующей маской при принятии удаления автофигуры из группы

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@57025 954022d7-b5bf-4e40-9824-e11837661b57
parent b6864a04
......@@ -6579,7 +6579,8 @@
objectInfo.hyperlink = new asc_CHyperlink(hyperlink);
}
} else if (c_oAscSelectionType.RangeShape == selectionType) {
} else
{
// Может быть не задано текста, поэтому выставим по умолчанию
objectInfo.font = new asc_CFont();
objectInfo.font.name = defaults.fontName;
......
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