Commit 53255dc8 authored by Sergey.Luzyanin's avatar Sergey.Luzyanin

Bug 30777 - [Copy Style] После копирования стиля, значение поля font name в...

Bug 30777 - [Copy Style] После копирования стиля, значение поля font name в верхнем меню обновляется только после автосохранения 

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@65897 954022d7-b5bf-4e40-9824-e11837661b57
parent bb1a3161
......@@ -2619,6 +2619,7 @@ CPresentation.prototype =
if(this.CopyTextPr && this.CopyParaPr)
{
this.Slides[this.CurPage] && this.Slides[this.CurPage].graphicObjects.paragraphFormatPaste(this.CopyTextPr, this.CopyParaPr, false);
this.Document_UpdateInterfaceState();
}
},
......
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