Commit 612827df authored by Sergey.Luzyanin's avatar Sergey.Luzyanin

Bug 27977 - [AutoSave] Отсутствует галочка напротив выбранного интервала после переоткрытия

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@60384 954022d7-b5bf-4e40-9824-e11837661b57
parent a06ec0f1
...@@ -2673,10 +2673,10 @@ CPresentation.prototype = ...@@ -2673,10 +2673,10 @@ CPresentation.prototype =
{ {
text_pr.FontFamily.Name = theme.themeElements.fontScheme.checkFont(text_pr.FontFamily.Name); text_pr.FontFamily.Name = theme.themeElements.fontScheme.checkFont(text_pr.FontFamily.Name);
} }
editor.sync_PrLineSpacingCallBack(para_pr.Spacing);
if(!target_content) if(!target_content)
{ {
//editor.UpdateParagraphProp( para_pr, flag ); //editor.UpdateParagraphProp( para_pr, flag );
editor.sync_PrLineSpacingCallBack(para_pr.Spacing);
//if(selected_objects.length === 1 ) //if(selected_objects.length === 1 )
//{ //{
// if ( "undefined" != typeof(para_props.Tabs) && null != para_props.Tabs ) // if ( "undefined" != typeof(para_props.Tabs) && null != para_props.Tabs )
......
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