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

Bug 26821 - Layout слайда изменяется с сохранением placeholder, в котором стоит курсор

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@59765 954022d7-b5bf-4e40-9824-e11837661b57
parent bbb5c16a
......@@ -3462,6 +3462,10 @@ CPresentation.prototype =
if(this.Document_Is_SelectionLocked(changestype_Layout) === false)
{
History.Create_NewPoint();
if(this.Slides[this.CurPage])
{
this.Slides[this.CurPage].graphicObjects.resetSelection();
}
var layout = MasterLayouts.sldLayoutLst[layout_index];
for(var i = 0; i < _array.length; ++i)
{
......
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