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

Bug 26814 - Отсутствует меню для редактирования гиперссылки

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@60103 954022d7-b5bf-4e40-9824-e11837661b57
parent f75ff21d
......@@ -2572,7 +2572,7 @@ CPresentation.prototype =
}
if(!target_content)
{
editor.UpdateParagraphProp( para_pr, flag );
//editor.UpdateParagraphProp( para_pr, flag );
editor.sync_PrLineSpacingCallBack(para_pr.Spacing);
//if(selected_objects.length === 1 )
//{
......@@ -2604,7 +2604,8 @@ CPresentation.prototype =
}
if(target_content)
{
if(para_pr)
target_content.Document_UpdateInterfaceState();
/* if(para_pr)
{
editor.UpdateParagraphProp( para_pr, flag );
......@@ -2628,7 +2629,7 @@ CPresentation.prototype =
var HyperProps = new CHyperlinkProperty(Hyperlink);
HyperProps.put_Text( HyperText.Text );
editor.sync_HyperlinkPropCallback(HyperProps);
}
}*/
}
}
editor.sync_EndCatchSelectedElements();
......
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